Chromium Code Reviews| Index: webkit/compositor_bindings/web_layer_impl.h |
| diff --git a/webkit/compositor_bindings/web_layer_impl.h b/webkit/compositor_bindings/web_layer_impl.h |
| index 5e159d9255e3dd0889521ec55227989f2794033f..76814d53bafc320b1c6d3defba8c16e7ae16836d 100644 |
| --- a/webkit/compositor_bindings/web_layer_impl.h |
| +++ b/webkit/compositor_bindings/web_layer_impl.h |
| @@ -79,6 +79,8 @@ public: |
| virtual WebPoint scrollPosition() const OVERRIDE; |
| virtual void setMaxScrollPosition(WebSize) OVERRIDE; |
| virtual WebSize maxScrollPosition() const; |
| + virtual void setVisibleScrollArea(WebSize) OVERRIDE; |
|
jamesr
2013/03/06 23:50:37
We already have this information in cc (We need it
|
| + virtual WebSize visibleScrollArea() const; |
| virtual void setScrollable(bool) OVERRIDE; |
| virtual bool scrollable() const; |
| virtual void setHaveWheelEventHandlers(bool) OVERRIDE; |