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

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: Better use of enum. 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
« no previous file with comments | « Source/platform/graphics/ContentLayerDelegate.cpp ('k') | Source/web/LinkHighlight.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/LinkHighlight.h
diff --git a/Source/web/LinkHighlight.h b/Source/web/LinkHighlight.h
index 44520b89616e6517769b99ebfb06dd0503ed3238..d9d9744438304530f187dae0227ebe112046ed76 100644
--- a/Source/web/LinkHighlight.h
+++ b/Source/web/LinkHighlight.h
@@ -56,14 +56,14 @@ public:
void updateGeometry();
// 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(WebCanvas*, const WebRect& clipRect, WebContentLayerClient::PaintingControlSetting) override;
+ virtual void paintContents(WebDisplayItemList*, const WebRect& clipRect, WebContentLayerClient::PaintingControlSetting) override { }
// WebCompositorAnimationDelegate implementation.
virtual void notifyAnimationStarted(double monotonicTime, int group) override;
virtual void notifyAnimationFinished(double monotonicTime, int group) override;
- // LinkHighlightClient inplementation.
+ // LinkHighlightClient implementation.
virtual void invalidate() override;
virtual WebLayer* layer() override;
virtual void clearCurrentGraphicsLayer() override;
« no previous file with comments | « Source/platform/graphics/ContentLayerDelegate.cpp ('k') | Source/web/LinkHighlight.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698