| Index: ui/compositor/layer.h
|
| diff --git a/ui/compositor/layer.h b/ui/compositor/layer.h
|
| index c42cbfe5f1f76c09e92646559a09546c78856178..7dcfc8cc90600a920270a1d22a8ae0730f86d4b2 100644
|
| --- a/ui/compositor/layer.h
|
| +++ b/ui/compositor/layer.h
|
| @@ -314,8 +314,10 @@ class COMPOSITOR_EXPORT Layer
|
| void RequestCopyOfOutput(scoped_ptr<cc::CopyOutputRequest> request);
|
|
|
| // ContentLayerClient
|
| - virtual void PaintContents(
|
| - SkCanvas* canvas, const gfx::Rect& clip, gfx::RectF* opaque) OVERRIDE;
|
| + virtual void PaintContents(SkCanvas* canvas,
|
| + const gfx::Rect& clip,
|
| + gfx::RectF* opaque,
|
| + bool disableContext) OVERRIDE;
|
| virtual void DidChangeLayerCanUseLCDText() OVERRIDE {}
|
| virtual bool FillsBoundsCompletely() const OVERRIDE;
|
|
|
|
|