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

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: patch for landing 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
« no previous file with comments | « content/renderer/render_thread_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 9aa76f6ca9e9d70e08a611e5f8b80f77e426a21f..3f17d53c09f390ef003b75aa93f89dfae7bbd497 100644
--- a/content/renderer/render_widget.h
+++ b/content/renderer/render_widget.h
@@ -116,7 +116,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 input_handler_identifier);
virtual void didDeactivateCompositor();
virtual void didCommitAndDrawCompositorFrame();
virtual void didCompleteSwapBuffers();
« no previous file with comments | « content/renderer/render_thread_impl.cc ('k') | content/renderer/render_widget.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698