| 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;
|
|
|