| Index: ui/compositor/layer.h
|
| diff --git a/ui/compositor/layer.h b/ui/compositor/layer.h
|
| index 069f1671cf4f2b5ffcfbc251fc646d3b007154e3..76d876c837bb4197eacfecb7f8b0f4fc74f2713e 100644
|
| --- a/ui/compositor/layer.h
|
| +++ b/ui/compositor/layer.h
|
| @@ -302,9 +302,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_; }
|
|
|