Index: Source/web/WebPopupMenuImpl.h |
diff --git a/Source/web/WebPopupMenuImpl.h b/Source/web/WebPopupMenuImpl.h |
index 8fe08aceda168437ec085e6a5793f0d182d8acdc..d6f51c7fd455a2fe5f05fbf87dc5b5d4c742b3f2 100644 |
--- a/Source/web/WebPopupMenuImpl.h |
+++ b/Source/web/WebPopupMenuImpl.h |
@@ -81,7 +81,8 @@ public: |
// WebContentLayerClient |
virtual void paintContents(WebCanvas*, const WebRect& clip, WebContentLayerClient::GraphicsContextStatus = GraphicsContextEnabled) override final; |
- virtual void paintContents(WebDisplayItemList*, const WebRect& clip, WebContentLayerClient::GraphicsContextStatus = GraphicsContextEnabled) override final { } |
+ virtual void paintContents(WebDisplayItemList*, const WebRect& clip, const bool clearCaches = false, |
+ WebContentLayerClient::GraphicsContextStatus = GraphicsContextEnabled) override final { } |
// WebPopupMenuImpl |
void initialize(PopupContainer* widget, const WebRect& bounds); |