| Index: ui/compositor/layer.h
|
| diff --git a/ui/compositor/layer.h b/ui/compositor/layer.h
|
| index 52c1f453c36d60c88adcdf5178268ba83a4053f1..ee17f60fbe0bfbc7f5e41f0da53e44ea78b34ac2 100644
|
| --- a/ui/compositor/layer.h
|
| +++ b/ui/compositor/layer.h
|
| @@ -339,7 +339,6 @@ class COMPOSITOR_EXPORT Layer
|
| SkCanvas* canvas,
|
| const gfx::Rect& clip,
|
| ContentLayerClient::GraphicsContextStatus gc_status) override;
|
| - void DidChangeLayerCanUseLCDText() override {}
|
| bool FillsBoundsCompletely() const override;
|
|
|
| cc::Layer* cc_layer() { return cc_layer_; }
|
|
|