| Index: ui/compositor/layer.cc
|
| diff --git a/ui/compositor/layer.cc b/ui/compositor/layer.cc
|
| index 502e533d1412250934d4c5ee62f8ad46a3ba7684..bf2a9651b020b009318e373d085c47e76bfa66f4 100644
|
| --- a/ui/compositor/layer.cc
|
| +++ b/ui/compositor/layer.cc
|
| @@ -710,6 +710,8 @@ void Layer::RequestCopyOfOutput(scoped_ptr<cc::CopyOutputRequest> request) {
|
|
|
| void Layer::PaintContents(SkCanvas* sk_canvas,
|
| const gfx::Rect& clip,
|
| + bool can_use_lcd_text,
|
| + bool contents_opaque,
|
| ContentLayerClient::GraphicsContextStatus gc_status) {
|
| TRACE_EVENT0("ui", "Layer::PaintContents");
|
| scoped_ptr<gfx::Canvas> canvas(gfx::Canvas::CreateCanvasWithoutScaling(
|
|
|