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

Unified Diff: ui/compositor/compositor.h

Issue 148243013: Add shared bitmap managers for browser and renderer processes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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/compositor/compositor.h
diff --git a/ui/compositor/compositor.h b/ui/compositor/compositor.h
index c481dc93c8a676bebbf28cdc7185d86606960b9b..3ec5657a2f08917b1888449f50ca1c540c2f03e0 100644
--- a/ui/compositor/compositor.h
+++ b/ui/compositor/compositor.h
@@ -37,6 +37,7 @@ class ContextProvider;
class Layer;
class LayerTreeDebugState;
class LayerTreeHost;
+class SharedBitmapManager;
}
namespace gfx {
@@ -177,6 +178,7 @@ class COMPOSITOR_EXPORT Compositor
static bool WasInitializedWithThread();
static scoped_refptr<base::MessageLoopProxy> GetCompositorMessageLoop();
static void Terminate();
+ static void SetSharedBitmapManager(cc::SharedBitmapManager* manager);
// Schedules a redraw of the layer tree associated with this compositor.
void ScheduleDraw();

Powered by Google App Engine
This is Rietveld 408576698