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 |