Index: third_party/WebKit/Source/web/LinkHighlightImpl.h |
diff --git a/third_party/WebKit/Source/web/LinkHighlightImpl.h b/third_party/WebKit/Source/web/LinkHighlightImpl.h |
index 64235b79eedf653fa3dea5ea63fbe3eaf2211372..3b4c193555119000a51da51261f405b8db54dd3d 100644 |
--- a/third_party/WebKit/Source/web/LinkHighlightImpl.h |
+++ b/third_party/WebKit/Source/web/LinkHighlightImpl.h |
@@ -60,7 +60,7 @@ public: |
void updateGeometry(); |
// WebContentLayerClient implementation. |
- void paintContents(WebDisplayItemList*, const WebRect& clipRect, WebContentLayerClient::PaintingControlSetting) override; |
+ void paintContents(WebDisplayItemList*, gfx::Rect* recording_viewport, WebContentLayerClient::PaintingControlSetting) override; |
// WebCompositorAnimationDelegate implementation. |
void notifyAnimationStarted(double monotonicTime, int group) override; |