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

Unified Diff: public/web/WebWidgetClient.h

Issue 189263019: Keeping newer and older definitions for didActivateCompositor() (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebWidgetClient.h
diff --git a/public/web/WebWidgetClient.h b/public/web/WebWidgetClient.h
index eadf12d9ee5a4f77c6b77fe6fcce22d394926d58..c8c18a137d6739f9ef148011d8a1bbd6ff471029 100644
--- a/public/web/WebWidgetClient.h
+++ b/public/web/WebWidgetClient.h
@@ -58,9 +58,12 @@ public:
// Called when the Widget has changed size as a result of an auto-resize.
virtual void didAutoResize(const WebSize& newSize) { }
- // Called when the compositor is enabled or disabled. The parameter to
- // didActivateCompositor() is meaningless.
- // FIXME: Remove parameter from didActivateCompositor().
+ // Called when the compositor is enabled or disabled.
+ // The parameter to didActivateCompositor() is meaningless.
+ // FIXME: The older definiton of didActivateCompositor (i.e with arguments)
+ // and all its corresponding call is to removed once the dependent chromium
+ // side patch https://codereview.chromium.org/137893025/ lands.
+ virtual void didActivateCompositor() { }
virtual void didActivateCompositor(int deprecated) { }
virtual void didDeactivateCompositor() { }
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698