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

Unified Diff: content/renderer/render_widget.h

Issue 2448543002: Remove dead paint flush tracking code. (Closed)
Patch Set: rebase Created 4 years, 1 month 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 | « content/renderer/render_view_impl.cc ('k') | 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 46419374cc1837758d216c0018ab9de42e284699..d66626e4ac5d15b4e505b79925cf9775dbd46c1b 100644
--- a/content/renderer/render_widget.h
+++ b/content/renderer/render_widget.h
@@ -531,12 +531,8 @@ class CONTENT_EXPORT RenderWidget
// Override points to notify derived classes that a paint has happened.
// DidInitiatePaint happens when that has completed, and subsequent rendering
- // won't affect the painted content. DidFlushPaint happens once we've received
- // the ACK that the screen has been updated. For a given paint operation,
- // these overrides will always be called in the order DidInitiatePaint,
- // DidFlushPaint.
+ // won't affect the painted content.
virtual void DidInitiatePaint() {}
- virtual void DidFlushPaint();
virtual GURL GetURLForGraphicsContext3D();
« no previous file with comments | « content/renderer/render_view_impl.cc ('k') | content/renderer/render_widget.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698