| Index: cc/scrollbar_layer.h
|
| diff --git a/cc/scrollbar_layer.h b/cc/scrollbar_layer.h
|
| index 198420a558b690b03e97c77c1f823628454dac97..05434c46063116023f56c462d3ec257b6f3a0f61 100644
|
| --- a/cc/scrollbar_layer.h
|
| +++ b/cc/scrollbar_layer.h
|
| @@ -32,6 +32,8 @@ class CC_EXPORT ScrollbarLayer : public ContentsScalingLayer {
|
| int scroll_layer_id() const { return scroll_layer_id_; }
|
| void SetScrollLayerId(int id);
|
|
|
| + virtual bool DoNotSkipOnZeroOpacity() const OVERRIDE;
|
| +
|
| WebKit::WebScrollbar::Orientation Orientation() const;
|
|
|
| // Layer interface
|
|
|