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

Unified Diff: Source/platform/graphics/ContentLayerDelegate.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
« no previous file with comments | « no previous file | Source/platform/graphics/ContentLayerDelegate.cpp » ('j') | Source/web/LinkHighlight.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/ContentLayerDelegate.h
diff --git a/Source/platform/graphics/ContentLayerDelegate.h b/Source/platform/graphics/ContentLayerDelegate.h
index 3ae40427ff10cf9106c21523de9110833a10c6e9..f5be31a01ac8391bada2f4ecf44f66a5039c53bd 100644
--- a/Source/platform/graphics/ContentLayerDelegate.h
+++ b/Source/platform/graphics/ContentLayerDelegate.h
@@ -63,7 +63,8 @@ public:
// WebContentLayerClient implementation.
virtual void paintContents(SkCanvas*, const WebRect& clip, WebContentLayerClient::GraphicsContextStatus = GraphicsContextEnabled) override;
- virtual void paintContents(WebDisplayItemList*, const WebRect& clip, WebContentLayerClient::GraphicsContextStatus = GraphicsContextEnabled) override;
+ virtual void paintContents(WebDisplayItemList*, const WebRect& clip, const bool clearCaches = false,
+ WebContentLayerClient::GraphicsContextStatus = GraphicsContextEnabled) override;
private:
GraphicsContextPainter* m_painter;
« no previous file with comments | « no previous file | Source/platform/graphics/ContentLayerDelegate.cpp » ('j') | Source/web/LinkHighlight.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698