| Index: cc/layers/video_layer_impl.h
|
| diff --git a/cc/layers/video_layer_impl.h b/cc/layers/video_layer_impl.h
|
| index 72552ca48f282fe743e611eb65f3f83d6c2b45cf..5ccc11b98498445c599eb8630391dc14fc37d8c5 100644
|
| --- a/cc/layers/video_layer_impl.h
|
| +++ b/cc/layers/video_layer_impl.h
|
| @@ -30,7 +30,8 @@ class CC_EXPORT VideoLayerImpl : public LayerImpl {
|
| virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl)
|
| OVERRIDE;
|
| virtual void PushPropertiesTo(LayerImpl* layer) OVERRIDE;
|
| - virtual void WillDraw(ResourceProvider* resource_provider) OVERRIDE;
|
| + virtual bool WillDraw(DrawMode draw_mode,
|
| + ResourceProvider* resource_provider) OVERRIDE;
|
| virtual void AppendQuads(QuadSink* quad_sink,
|
| AppendQuadsData* append_quads_data) OVERRIDE;
|
| virtual void DidDraw(ResourceProvider* resource_provider) OVERRIDE;
|
|
|