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 c4d603905cd781afa13fb893c84adbaf697fb08e..96924c4c155fe373217e5e506e72566216a745a3 100644 |
--- a/third_party/WebKit/Source/web/LinkHighlightImpl.h |
+++ b/third_party/WebKit/Source/web/LinkHighlightImpl.h |
@@ -61,7 +61,7 @@ public: |
// WebContentLayerClient implementation. |
gfx::Rect paintableRegion() override; |
- void paintContents(WebDisplayItemList*, const WebRect& clipRect, WebContentLayerClient::PaintingControlSetting) override; |
+ void paintContents(WebDisplayItemList*, WebContentLayerClient::PaintingControlSetting) override; |
// WebCompositorAnimationDelegate implementation. |
void notifyAnimationStarted(double monotonicTime, int group) override; |