Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / public / platform / WebLayerTreeView.h
index abb60f3..7c5e064 100644 (file)
@@ -93,6 +93,9 @@ public:
 
     virtual void heuristicsForGpuRasterizationUpdated(bool) { }
 
+    // Sets the offset from the top of the screen that the contents are displaced by due to top controls showing.
+    virtual void setTopControlsContentOffset(float) { }
+
 
     // Flow control and scheduling ---------------------------------------