Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(655)

Unified Diff: content/public/browser/surface_utils.h

Issue 1808313002: Register surface namespace in BlimpUiContextFactory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Host surface_utils into chrome/public Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/content_browser.gypi ('k') | content/public/browser/surface_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/surface_utils.h
diff --git a/content/public/browser/surface_utils.h b/content/public/browser/surface_utils.h
new file mode 100644
index 0000000000000000000000000000000000000000..555770b8a48cf290834815630298aba0f8fbb895
--- /dev/null
+++ b/content/public/browser/surface_utils.h
@@ -0,0 +1,24 @@
+// Copyright 2015 The Chromium Authors. All rights reserved.
David Trainor- moved to gerrit 2016/03/17 21:44:15 2016
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef CONTENT_PUBLIC_BROWSER_SURFACE_UTILS_H_
+#define CONTENT_PUBLIC_BROWSER_SURFACE_UTILS_H_
+
+#include "base/memory/scoped_ptr.h"
+#include "content/common/content_export.h"
+
+namespace cc {
+class SurfaceIdAllocator;
+class SurfaceManager;
+} // namespace cc
+
+namespace content {
+
+scoped_ptr<cc::SurfaceIdAllocator> CreateSurfaceIdAllocator();
+
+CONTENT_EXPORT cc::SurfaceManager* GetSurfaceManager();
+
+} // namespace content
+
+#endif // CONTENT_PUBLIC_BROWSER_SURFACE_UTILS_H_
« no previous file with comments | « content/content_browser.gypi ('k') | content/public/browser/surface_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698