| Index: public/web/WebWidgetClient.h
|
| diff --git a/public/web/WebWidgetClient.h b/public/web/WebWidgetClient.h
|
| index c8c18a137d6739f9ef148011d8a1bbd6ff471029..a5c8b454ac2611dc007d0fd35a9913fe76fa5839 100644
|
| --- a/public/web/WebWidgetClient.h
|
| +++ b/public/web/WebWidgetClient.h
|
| @@ -62,7 +62,8 @@ public:
|
| // 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.
|
| + // side patch https://codereview.chromium.org/137893025/ lands and all overrides
|
| + // of older definition are removed from chromium side.
|
| virtual void didActivateCompositor() { }
|
| virtual void didActivateCompositor(int deprecated) { }
|
| virtual void didDeactivateCompositor() { }
|
|
|