| Index: cc/layers/layer_impl.h
|
| diff --git a/cc/layers/layer_impl.h b/cc/layers/layer_impl.h
|
| index 396cda82c130b37c9835592645a080429af309e4..d2b5c39f33bc9b37bb5be592f05d7294cd08f34c 100644
|
| --- a/cc/layers/layer_impl.h
|
| +++ b/cc/layers/layer_impl.h
|
| @@ -394,10 +394,6 @@
|
| return is_drawn_render_surface_layer_list_member_;
|
| }
|
|
|
| - bool IsDrawnScrollbar() {
|
| - return ToScrollbarLayer() && is_drawn_render_surface_layer_list_member_;
|
| - }
|
| -
|
| void set_may_contain_video(bool yes) { may_contain_video_ = yes; }
|
| bool may_contain_video() const { return may_contain_video_; }
|
|
|
|
|