summaryrefslogtreecommitdiffstats
path: root/cc/test/fake_content_layer_client.h
diff options
context:
space:
mode:
authorchrishtr <chrishtr@chromium.org>2015-12-03 09:43:20 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-03 17:44:26 +0000
commite8384fae6b671dc545561a2734873755e807b27d (patch)
tree1c60a2a88d857bb8ecdd8c5d956062396e274b5f /cc/test/fake_content_layer_client.h
parentcabad394cf3cd7cacd97ecc4a4365b651dac69b8 (diff)
downloadchromium_src-e8384fae6b671dc545561a2734873755e807b27d.zip
chromium_src-e8384fae6b671dc545561a2734873755e807b27d.tar.gz
chromium_src-e8384fae6b671dc545561a2734873755e807b27d.tar.bz2
Remove the clip parameter from ContentLayerClient.
The API now specifies that ContentLayerClient decides its own PaintableRegion(). CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1489713004 Cr-Commit-Position: refs/heads/master@{#363005}
Diffstat (limited to 'cc/test/fake_content_layer_client.h')
-rw-r--r--cc/test/fake_content_layer_client.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cc/test/fake_content_layer_client.h b/cc/test/fake_content_layer_client.h
index a73cfa3..00d562d 100644
--- a/cc/test/fake_content_layer_client.h
+++ b/cc/test/fake_content_layer_client.h
@@ -40,7 +40,6 @@ class FakeContentLayerClient : public ContentLayerClient {
gfx::Rect PaintableRegion() override;
scoped_refptr<DisplayItemList> PaintContentsToDisplayList(
- const gfx::Rect& clip,
PaintingControlSetting painting_control) override;
bool FillsBoundsCompletely() const override;
size_t GetApproximateUnsharedMemoryUsage() const override;