sandbox/linux/bpf_dsl: eliminate implicit dependency on C++ compiler behavior
[chromium-blink-merge.git] / content / browser / compositor / surface_utils.h
blobb56fef2717070218c8d990c1bf901718e58ef5ab
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"
10 namespace cc {
11 class SurfaceIdAllocator;
12 class SurfaceManager;
13 } // namespace cc
15 namespace content {
17 scoped_ptr<cc::SurfaceIdAllocator> CreateSurfaceIdAllocator();
19 cc::SurfaceManager* GetSurfaceManager();
21 } // namespace content
23 #endif // CONTENT_BROWSER_COMPOSITOR_SURFACE_UTILS_H_