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

Unified Diff: ui/android/context_provider_factory.h

Issue 2452483002: Move GpuMemoryBufferManager and SharedBitmapManager to CompositorFrameSink (Closed)
Patch Set: rebase Created 4 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
Index: ui/android/context_provider_factory.h
diff --git a/ui/android/context_provider_factory.h b/ui/android/context_provider_factory.h
index 294f101c0fb528e75969d0d795b1f473a7b32b79..f216245e528f88e79644f2380892d8c6cec532d0 100644
--- a/ui/android/context_provider_factory.h
+++ b/ui/android/context_provider_factory.h
@@ -12,7 +12,6 @@
namespace cc {
class ContextProvider;
-class GpuMemoryBufferManager;
class VulkanContextProvider;
class SharedBitmapManager;
class SurfaceManager;
@@ -83,8 +82,6 @@ class UI_ANDROID_EXPORT ContextProviderFactory {
virtual cc::FrameSinkId AllocateFrameSinkId() = 0;
- virtual cc::SharedBitmapManager* GetSharedBitmapManager() = 0;
-
virtual gpu::GpuMemoryBufferManager* GetGpuMemoryBufferManager() = 0;
};
« no previous file with comments | « third_party/WebKit/Source/platform/graphics/CompositorMutableStateTest.cpp ('k') | ui/compositor/compositor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698