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

Unified Diff: content/renderer/render_view_impl.h

Issue 137893025: Removed unnecessary parameter from didActivateCompositor() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 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 | « AUTHORS ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_view_impl.h
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
index 2d6e498a5ada64379e6e90167f8e0913c90d0388..0bd958164093b4f220e19670224cd1688046327a 100644
--- a/content/renderer/render_view_impl.h
+++ b/content/renderer/render_view_impl.h
@@ -375,7 +375,12 @@ class CONTENT_EXPORT RenderViewImpl
virtual bool requestPointerLock();
virtual void requestPointerUnlock();
virtual bool isPointerLocked();
+ // FIXME: To be removed as soon as chromium and blink side changes land
+ // didActivateCompositor with parameters is still kept in order to land
+ // these changes s-chromium - https://codereview.chromium.org/137893025/.
+ // s-blink - https://codereview.chromium.org/138523003/
virtual void didActivateCompositor(int input_handler_identifier);
+ virtual void didActivateCompositor() OVERRIDE;
virtual void didHandleGestureEvent(const blink::WebGestureEvent& event,
bool event_cancelled) OVERRIDE;
virtual void initializeLayerTreeView() OVERRIDE;
« no previous file with comments | « AUTHORS ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698