summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/web/PageOverlay.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/WebKit/Source/web/PageOverlay.h')
-rw-r--r--third_party/WebKit/Source/web/PageOverlay.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/third_party/WebKit/Source/web/PageOverlay.h b/third_party/WebKit/Source/web/PageOverlay.h
index 815552e..6eb1917 100644
--- a/third_party/WebKit/Source/web/PageOverlay.h
+++ b/third_party/WebKit/Source/web/PageOverlay.h
@@ -69,8 +69,7 @@ public:
// DisplayItemClient methods.
String debugName() const final { return "PageOverlay"; }
- // TODO(chrishtr): fix this.
- LayoutRect visualRect() const override { return LayoutRect(); }
+ LayoutRect visualRect() const override;
// GraphicsLayerClient implementation
IntRect computeInterestRect(const GraphicsLayer*, const IntRect&) const override;