Chromium Code Reviews| 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; |