summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/web/PageOverlay.h
diff options
context:
space:
mode:
authorwkorman <wkorman@chromium.org>2016-03-25 17:25:07 -0700
committerCommit bot <commit-bot@chromium.org>2016-03-26 00:26:01 +0000
commitaad73e43d54fd67fc09f01570946c94667a3a81a (patch)
tree549330c848d8b20f3aa899e84da613b50cb253b6 /third_party/WebKit/Source/web/PageOverlay.h
parentdb5935f15f750739a5937e60e26b2ede16ba803d (diff)
downloadchromium_src-aad73e43d54fd67fc09f01570946c94667a3a81a.zip
chromium_src-aad73e43d54fd67fc09f01570946c94667a3a81a.tar.gz
chromium_src-aad73e43d54fd67fc09f01570946c94667a3a81a.tar.bz2
Correct visual rect for PageOverlay to reflect size of graphics layer.
BUG=529938,569211 Review URL: https://codereview.chromium.org/1833233002 Cr-Commit-Position: refs/heads/master@{#383418}
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;