summaryrefslogtreecommitdiff
path: root/chromium/ui/compositor/layer.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/compositor/layer.h')
-rw-r--r--chromium/ui/compositor/layer.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/chromium/ui/compositor/layer.h b/chromium/ui/compositor/layer.h
index 8290f3f7397..62d5959a60a 100644
--- a/chromium/ui/compositor/layer.h
+++ b/chromium/ui/compositor/layer.h
@@ -441,10 +441,8 @@ class COMPOSITOR_EXPORT Layer : public LayerAnimationDelegate,
// ContentLayerClient implementation.
gfx::Rect PaintableRegion() override;
- scoped_refptr<cc::DisplayItemList> PaintContentsToDisplayList(
- ContentLayerClient::PaintingControlSetting painting_control) override;
+ scoped_refptr<cc::DisplayItemList> PaintContentsToDisplayList() override;
bool FillsBoundsCompletely() const override;
- size_t GetApproximateUnsharedMemoryUsage() const override;
cc::MirrorLayer* mirror_layer_for_testing() { return mirror_layer_.get(); }
cc::Layer* cc_layer_for_testing() { return cc_layer_; }