| Index: cc/layers/scrollbar_layer_impl.h
|
| diff --git a/cc/layers/scrollbar_layer_impl.h b/cc/layers/scrollbar_layer_impl.h
|
| index 7cf405b9304d8853aa27e9aa8301924b6b97c9e8..bf1cbe86e09b667b4196be6e1e012c257da4a5e0 100644
|
| --- a/cc/layers/scrollbar_layer_impl.h
|
| +++ b/cc/layers/scrollbar_layer_impl.h
|
| @@ -100,6 +100,8 @@ class CC_EXPORT ScrollbarLayerImpl : public ScrollbarLayerImplBase {
|
|
|
| private:
|
| ScrollbarLayerImpl* owner_;
|
| +
|
| + DISALLOW_COPY_AND_ASSIGN(Scrollbar);
|
| };
|
|
|
| virtual const char* LayerTypeAsString() const OVERRIDE;
|
| @@ -143,6 +145,8 @@ class CC_EXPORT ScrollbarLayerImpl : public ScrollbarLayerImplBase {
|
| bool enabled_;
|
| bool is_custom_scrollbar_;
|
| bool is_overlay_scrollbar_;
|
| +
|
| + DISALLOW_COPY_AND_ASSIGN(ScrollbarLayerImpl);
|
| };
|
|
|
| } // namespace cc
|
|
|