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

Unified Diff: Source/web/WebPopupMenuImpl.h

Issue 880653004: Blink side of changes to enable cache clearing without a flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 11 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
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);

Powered by Google App Engine
This is Rietveld 408576698