Chromium Code Reviews| Index: ui/compositor/layer.h |
| diff --git a/ui/compositor/layer.h b/ui/compositor/layer.h |
| index c42cbfe5f1f76c09e92646559a09546c78856178..211759c511cc98743faa3053bb09c074ee46e78c 100644 |
| --- a/ui/compositor/layer.h |
| +++ b/ui/compositor/layer.h |
| @@ -315,7 +315,10 @@ class COMPOSITOR_EXPORT Layer |
| // ContentLayerClient |
| virtual void PaintContents( |
| - SkCanvas* canvas, const gfx::Rect& clip, gfx::RectF* opaque) OVERRIDE; |
| + SkCanvas* canvas, |
| + const gfx::Rect& clip, |
| + gfx::RectF* opaque, |
| + ContentLayerClient::GraphicsContextStatus) OVERRIDE; |
|
danakj
2014/05/01 17:07:11
needs a var name also
Stephen Chennney
2014/05/01 19:12:26
Done.
|
| virtual void DidChangeLayerCanUseLCDText() OVERRIDE {} |
| virtual bool FillsBoundsCompletely() const OVERRIDE; |