Index: cc/blink/web_content_layer_impl.h |
diff --git a/cc/blink/web_content_layer_impl.h b/cc/blink/web_content_layer_impl.h |
index 148f4fc736093d3678497d9a062924b374f69c4d..3e7b55c59a4fe560e4fc069d107b394b87948863 100644 |
--- a/cc/blink/web_content_layer_impl.h |
+++ b/cc/blink/web_content_layer_impl.h |
@@ -38,11 +38,10 @@ class WebContentLayerImpl : public blink::WebContentLayer, |
// ContentLayerClient implementation. |
void PaintContents(SkCanvas* canvas, |
const gfx::Rect& clip, |
- ContentLayerClient::GraphicsContextStatus |
- graphics_context_status) override; |
+ PaintingControlSetting painting_control) override; |
scoped_refptr<cc::DisplayItemList> PaintContentsToDisplayList( |
const gfx::Rect& clip, |
- GraphicsContextStatus graphics_context_status) override; |
+ PaintingControlSetting painting_control) override; |
bool FillsBoundsCompletely() const override; |
scoped_ptr<WebLayerImpl> layer_; |