Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / ash / frame / header_painter.h
index c8c8015..0eb67ab 100644 (file)
@@ -40,6 +40,9 @@ class ASH_EXPORT HeaderPainter {
 
   // Schedule a re-paint of the entire title.
   virtual void SchedulePaintForTitle() = 0;
+
+  // Updates the x inset of the leftmost view in the header.
+  virtual void UpdateLeftViewXInset(int left_view_x_inset) = 0;
 };
 
 }  // namespace ash