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

Unified Diff: content/renderer/render_widget.h

Issue 8528006: Fix resize issues when using threaded compositing (Closed)
Patch Set: Rename to match WebKit patch, also early out if update reply already pending Created 9 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
Index: content/renderer/render_widget.h
diff --git a/content/renderer/render_widget.h b/content/renderer/render_widget.h
index 93246a169075ea7c9725d62ab67f9c5f7d9b5eb6..349809f82543382322e6906b5c3c92ce79da7f53 100644
--- a/content/renderer/render_widget.h
+++ b/content/renderer/render_widget.h
@@ -106,6 +106,8 @@ class CONTENT_EXPORT RenderWidget
virtual void didScrollRect(int dx, int dy, const WebKit::WebRect& clipRect);
virtual void didActivateCompositor(int compositorIdentifier);
virtual void didDeactivateCompositor();
+ virtual void didCommitAndDrawCompositorFrame();
+ virtual void didCompleteSwapBuffers();
virtual void scheduleComposite();
virtual void scheduleAnimation();
virtual void didFocus();

Powered by Google App Engine
This is Rietveld 408576698