Index: content/renderer/gpu/render_widget_compositor.h |
diff --git a/content/renderer/gpu/render_widget_compositor.h b/content/renderer/gpu/render_widget_compositor.h |
index e0541ec4ec0e68f77f444b0cd68c536bc164708a..95f91792b84ee8ea465bd07b7ca490e1ff5b79e8 100644 |
--- a/content/renderer/gpu/render_widget_compositor.h |
+++ b/content/renderer/gpu/render_widget_compositor.h |
@@ -46,7 +46,6 @@ class RenderWidgetCompositor : public blink::WebLayerTreeView, |
const base::WeakPtr<cc::InputHandler>& GetInputHandler(); |
void SetSuppressScheduleComposite(bool suppress); |
bool BeginMainFrameRequested() const; |
- void UpdateAnimations(base::TimeTicks time); |
mithro-old
2014/08/11 07:33:34
Why is this removed totally?
Sami
2014/08/11 17:51:27
I couldn't find any callers for it.
|
void SetNeedsDisplayOnAllLayers(); |
void SetRasterizeOnlyVisibleContent(); |
void UpdateTopControlsState(cc::TopControlsState constraints, |
@@ -129,7 +128,7 @@ class RenderWidgetCompositor : public blink::WebLayerTreeView, |
// cc::LayerTreeHostClient implementation. |
virtual void WillBeginMainFrame(int frame_id) OVERRIDE; |
virtual void DidBeginMainFrame() OVERRIDE; |
- virtual void Animate(base::TimeTicks frame_begin_time) OVERRIDE; |
+ virtual void BeginMainFrame(const cc::BeginFrameArgs& args) OVERRIDE; |
virtual void Layout() OVERRIDE; |
virtual void ApplyScrollAndScale(const gfx::Vector2d& scroll_delta, |
float page_scale) OVERRIDE; |