| Index: content/renderer/render_widget.h
|
| diff --git a/content/renderer/render_widget.h b/content/renderer/render_widget.h
|
| index 97a3b2924758f7cc2605c444827ea402cd308f83..d65865f1daa8c63a8be4e37643f5975b0f7411d3 100644
|
| --- a/content/renderer/render_widget.h
|
| +++ b/content/renderer/render_widget.h
|
| @@ -133,7 +133,6 @@ class CONTENT_EXPORT RenderWidget
|
| virtual void didCommitAndDrawCompositorFrame();
|
| virtual void didCompleteSwapBuffers();
|
| virtual void scheduleComposite();
|
| - virtual void scheduleAnimation();
|
| virtual void didFocus();
|
| virtual void didBlur();
|
| virtual void didChangeCursor(const blink::WebCursorInfo&);
|
| @@ -303,7 +302,6 @@ class CONTENT_EXPORT RenderWidget
|
| // active RenderWidgets.
|
| void SetSwappedOut(bool is_swapped_out);
|
|
|
| - void AnimationCallback();
|
| void InvalidationCallback();
|
| void FlushPendingInputEventAck();
|
| void DoDeferredClose();
|
| @@ -659,8 +657,6 @@ class CONTENT_EXPORT RenderWidget
|
| // compositor.
|
| bool is_accelerated_compositing_active_;
|
|
|
| - base::OneShotTimer<RenderWidget> animation_timer_;
|
| - bool animation_update_pending_;
|
| bool invalidation_task_posted_;
|
|
|
| // Stats for legacy software mode
|
|
|