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

Unified Diff: trunk/src/content/renderer/gpu/render_widget_compositor.h

Issue 141833002: Revert 245445 "Unifies LayerTreeHost::SetNeedsUpdateLayers and S..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 11 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 | « trunk/src/cc/trees/thread_proxy.cc ('k') | trunk/src/content/renderer/gpu/render_widget_compositor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/content/renderer/gpu/render_widget_compositor.h
===================================================================
--- trunk/src/content/renderer/gpu/render_widget_compositor.h (revision 245527)
+++ trunk/src/content/renderer/gpu/render_widget_compositor.h (working copy)
@@ -98,9 +98,8 @@
bool use_anchor,
float new_page_scale,
double duration_sec);
- virtual void setNeedsAnimate(); // Renamed. Staged for removal.
- virtual void setNeedsUpdateLayers();
- virtual bool commitRequested() const; // Unused. Staged for removal.
+ virtual void setNeedsAnimate();
+ virtual bool commitRequested() const;
virtual void didStopFlinging();
virtual bool compositeAndReadback(void *pixels, const blink::WebRect& rect);
virtual void finishAllRendering();
« no previous file with comments | « trunk/src/cc/trees/thread_proxy.cc ('k') | trunk/src/content/renderer/gpu/render_widget_compositor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698