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

Unified Diff: content/renderer/render_widget.h

Issue 8528006: Fix resize issues when using threaded compositing (Closed)
Patch Set: Rebase on ToT, simplify, send message on impl swap not client 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..ba54092c8e1ce988469de2fa6fa48c6e65d46e7e 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