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

Unified Diff: content/renderer/render_widget.h

Issue 9633014: Remove dead code left over from old-style WebCompositor initialization path. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Compile fix Created 8 years, 9 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
Index: content/renderer/render_widget.h
diff --git a/content/renderer/render_widget.h b/content/renderer/render_widget.h
index 11e4bfadf564a96c0f8c003e3138f3a7783e7cad..8322d597f0509c3b39803a631bc3f3a0120ce176 100644
--- a/content/renderer/render_widget.h
+++ b/content/renderer/render_widget.h
@@ -115,7 +115,7 @@ class CONTENT_EXPORT RenderWidget
virtual void didInvalidateRect(const WebKit::WebRect&);
virtual void didScrollRect(int dx, int dy, const WebKit::WebRect& clipRect);
virtual void didAutoResize(const WebKit::WebSize& new_size);
- virtual void didActivateCompositor(int compositorIdentifier);
+ virtual void didActivateCompositor(int inputHandlerIdentifier);
darin (slow to review) 2012/03/13 17:31:05 use google style variable_naming
virtual void didDeactivateCompositor();
virtual void didCommitAndDrawCompositorFrame();
virtual void didCompleteSwapBuffers();

Powered by Google App Engine
This is Rietveld 408576698