| Index: cc/layers/scrollbar_layer_impl.h
|
| diff --git a/cc/layers/scrollbar_layer_impl.h b/cc/layers/scrollbar_layer_impl.h
|
| index f61b6608b51107ca83521e60bc822852bf736a5e..6769d4b66cf539c9aba3b19165fabd497673531b 100644
|
| --- a/cc/layers/scrollbar_layer_impl.h
|
| +++ b/cc/layers/scrollbar_layer_impl.h
|
| @@ -72,8 +72,8 @@ class CC_EXPORT ScrollbarLayerImpl : public LayerImpl {
|
| }
|
| bool is_overlay_scrollbar() const { return is_overlay_scrollbar_; }
|
|
|
| - void SetCurrentPos(float current_pos) { current_pos_ = current_pos; }
|
| - void SetMaximum(int maximum) { maximum_ = maximum; }
|
| + void SetCurrentPos(float current_pos);
|
| + void SetMaximum(int maximum);
|
|
|
| gfx::Rect ComputeThumbQuadRect() const;
|
|
|
|
|