Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(80)

Unified Diff: content/renderer/render_widget.h

Issue 271803004: Remove RenderWidget::scheduleAnimation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/renderer/render_widget.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | content/renderer/render_widget.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698