Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / cc / layers / scrollbar_layer_interface.h
index bbb0da6..e76fc27 100644 (file)
 
 namespace cc {
 
+class Layer;
+class LayerImpl;
+
 class CC_EXPORT ScrollbarLayerInterface {
  public:
   virtual int ScrollLayerId() const = 0;
-  virtual void SetScrollLayerId(int id) = 0;
+  virtual void SetScrollLayer(int layer_id) = 0;
+  virtual void SetClipLayer(int layer_id) = 0;
+  virtual void PushScrollClipPropertiesTo(LayerImpl* layer) = 0;
 
   virtual ScrollbarOrientation orientation() const = 0;