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

Unified Diff: Source/web/LinkHighlight.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/LinkHighlight.h
diff --git a/Source/web/LinkHighlight.h b/Source/web/LinkHighlight.h
index 44520b89616e6517769b99ebfb06dd0503ed3238..073a0bdff0114dea3f38caebcaba067686da4328 100644
--- a/Source/web/LinkHighlight.h
+++ b/Source/web/LinkHighlight.h
@@ -57,7 +57,8 @@ public:
// WebContentLayerClient implementation.
virtual void paintContents(WebCanvas*, const WebRect& clipRect, WebContentLayerClient::GraphicsContextStatus) override;
- virtual void paintContents(WebDisplayItemList*, const WebRect& clipRect, WebContentLayerClient::GraphicsContextStatus) override { }
+ virtual void paintContents(WebDisplayItemList*, const WebRect& clipRect, const bool clearCaches = false,
+ WebContentLayerClient::GraphicsContextStatus = WebContentLayerClient::GraphicsContextEnabled) override { }
Stephen Chennney 2015/02/03 17:15:23 Needed to add the extra default arg to allow for t
// WebCompositorAnimationDelegate implementation.
virtual void notifyAnimationStarted(double monotonicTime, int group) override;

Powered by Google App Engine
This is Rietveld 408576698