| Index: ui/compositor/layer.h
|
| diff --git a/ui/compositor/layer.h b/ui/compositor/layer.h
|
| index 2b0d9138361dd46eabb0dbe199716c63c2256f3e..bc0328694143df3e1baa5cdda0a1374acc9aefa0 100644
|
| --- a/ui/compositor/layer.h
|
| +++ b/ui/compositor/layer.h
|
| @@ -300,9 +300,10 @@ class COMPOSITOR_EXPORT Layer
|
| virtual void PaintContents(
|
| SkCanvas* canvas,
|
| const gfx::Rect& clip,
|
| + bool can_paint_lcd_text,
|
| gfx::RectF* opaque,
|
| ContentLayerClient::GraphicsContextStatus gc_status) OVERRIDE;
|
| - virtual void DidChangeLayerCanUseLCDText() OVERRIDE {}
|
| + virtual bool PaintsLCDText() const OVERRIDE;
|
| virtual bool FillsBoundsCompletely() const OVERRIDE;
|
|
|
| cc::Layer* cc_layer() { return cc_layer_; }
|
|
|