| Index: ui/compositor/compositor.h
|
| diff --git a/ui/compositor/compositor.h b/ui/compositor/compositor.h
|
| index 21c582e30da5fb5ab52ff6b1c3b84ccf52c894c2..f91a29423434800cfb509892333a4fe69d496f13 100644
|
| --- a/ui/compositor/compositor.h
|
| +++ b/ui/compositor/compositor.h
|
| @@ -33,6 +33,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();
|
|
|