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

Unified Diff: ui/compositor/compositor.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
« no previous file with comments | « ui/android/context_provider_factory.h ('k') | ui/compositor/compositor.cc » ('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 783bdb2e1bb22496b7e66d659f00a314e3f08f4c..e67701814ae00417b210af4323915055d50581ac 100644
--- a/ui/compositor/compositor.h
+++ b/ui/compositor/compositor.h
@@ -44,7 +44,6 @@ class Layer;
class LayerTreeDebugState;
class LayerTreeHost;
class RendererSettings;
-class SharedBitmapManager;
class SurfaceIdAllocator;
class SurfaceManager;
class TaskGraphRunner;
@@ -58,7 +57,6 @@ class Size;
namespace gpu {
class GpuMemoryBufferManager;
-struct Mailbox;
}
namespace ui {
@@ -126,9 +124,6 @@ class COMPOSITOR_EXPORT ContextFactory {
virtual uint32_t GetImageTextureTarget(gfx::BufferFormat format,
gfx::BufferUsage usage) = 0;
- // Gets the shared bitmap manager for software mode.
- virtual cc::SharedBitmapManager* GetSharedBitmapManager() = 0;
-
// Gets the GPU memory buffer manager.
virtual gpu::GpuMemoryBufferManager* GetGpuMemoryBufferManager() = 0;
« no previous file with comments | « ui/android/context_provider_factory.h ('k') | ui/compositor/compositor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698