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

Unified Diff: ui/compositor/compositor.h

Issue 656263003: cc: Move GpuMemoryBufferManager interface to gpu namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gn build fix Created 6 years, 2 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 | « mojo/services/html_viewer/weblayertreeview_impl.cc ('k') | ui/compositor/test/in_process_context_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/compositor/compositor.h
diff --git a/ui/compositor/compositor.h b/ui/compositor/compositor.h
index fb297685414e04402b453b92522789345f8852f8..065e8b42f2567f90bfdef3b4ac3ec8b84d216c25 100644
--- a/ui/compositor/compositor.h
+++ b/ui/compositor/compositor.h
@@ -34,7 +34,6 @@ class RunLoop;
namespace cc {
class ContextProvider;
-class GpuMemoryBufferManager;
class Layer;
class LayerTreeDebugState;
class LayerTreeHost;
@@ -48,6 +47,7 @@ class Size;
}
namespace gpu {
+class GpuMemoryBufferManager;
struct Mailbox;
}
@@ -96,7 +96,7 @@ class COMPOSITOR_EXPORT ContextFactory {
virtual cc::SharedBitmapManager* GetSharedBitmapManager() = 0;
// Gets the GPU memory buffer manager.
- virtual cc::GpuMemoryBufferManager* GetGpuMemoryBufferManager() = 0;
+ virtual gpu::GpuMemoryBufferManager* GetGpuMemoryBufferManager() = 0;
// Gets the compositor message loop, or NULL if not using threaded
// compositing.
« no previous file with comments | « mojo/services/html_viewer/weblayertreeview_impl.cc ('k') | ui/compositor/test/in_process_context_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698