| Index: trunk/src/content/renderer/gpu/render_widget_compositor.h
|
| ===================================================================
|
| --- trunk/src/content/renderer/gpu/render_widget_compositor.h (revision 280520)
|
| +++ trunk/src/content/renderer/gpu/render_widget_compositor.h (working copy)
|
| @@ -46,6 +46,7 @@
|
| const base::WeakPtr<cc::InputHandler>& GetInputHandler();
|
| void SetSuppressScheduleComposite(bool suppress);
|
| bool BeginMainFrameRequested() const;
|
| + void UpdateAnimations(base::TimeTicks time);
|
| void SetNeedsDisplayOnAllLayers();
|
| void SetRasterizeOnlyVisibleContent();
|
| void UpdateTopControlsState(cc::TopControlsState constraints,
|
| @@ -137,6 +138,8 @@
|
| virtual void RateLimitSharedMainThreadContext() OVERRIDE;
|
|
|
| // cc::LayerTreeHostSingleThreadClient implementation.
|
| + virtual void ScheduleComposite() OVERRIDE;
|
| + virtual void ScheduleAnimation() OVERRIDE;
|
| virtual void DidPostSwapBuffers() OVERRIDE;
|
| virtual void DidAbortSwapBuffers() OVERRIDE;
|
|
|
| @@ -146,6 +149,7 @@
|
| void Initialize(cc::LayerTreeSettings settings);
|
|
|
| bool threaded_;
|
| + bool suppress_schedule_composite_;
|
| RenderWidget* widget_;
|
| scoped_ptr<cc::LayerTreeHost> layer_tree_host_;
|
| };
|
|
|