1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef CONTENT_BROWSER_COMPOSITOR_SURFACE_UTILS_H_
6 #define CONTENT_BROWSER_COMPOSITOR_SURFACE_UTILS_H_
8 #include "base/memory/scoped_ptr.h"
11 class SurfaceIdAllocator
;
17 scoped_ptr
<cc::SurfaceIdAllocator
> CreateSurfaceIdAllocator();
19 cc::SurfaceManager
* GetSurfaceManager();
21 } // namespace content
23 #endif // CONTENT_BROWSER_COMPOSITOR_SURFACE_UTILS_H_