| Index: content/renderer/android/synchronous_compositor_factory.h
|
| ===================================================================
|
| --- content/renderer/android/synchronous_compositor_factory.h (revision 283005)
|
| +++ content/renderer/android/synchronous_compositor_factory.h (working copy)
|
| @@ -42,6 +42,7 @@
|
|
|
| virtual scoped_refptr<base::MessageLoopProxy>
|
| GetCompositorMessageLoop() = 0;
|
| + virtual bool RecordFullLayer() = 0;
|
| virtual scoped_ptr<cc::OutputSurface> CreateOutputSurface(
|
| int routing_id) = 0;
|
|
|
|
|