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

Unified Diff: public/web/WebWidget.h

Issue 295383008: Remove the forceCompositingMode setting. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: address review comment Created 6 years, 7 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 | « public/web/WebSettings.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebWidget.h
diff --git a/public/web/WebWidget.h b/public/web/WebWidget.h
index b138033569a05f44991e7cada5b243191b54b17c..71e5592a18a5ab41e44f3311735ac8fc5705ff09 100644
--- a/public/web/WebWidget.h
+++ b/public/web/WebWidget.h
@@ -96,6 +96,7 @@ public:
// Called to toggle the WebWidget in or out of force compositing mode. This
// should be called before paint.
+ // FIXME: Remove this once WebPopuMenuImpl stops overriding it. crbug.com/378029
virtual void enterForceCompositingMode(bool enter) { }
// Called to paint the rectangular region within the WebWidget
« no previous file with comments | « public/web/WebSettings.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698