 Chromium Code Reviews
 Chromium Code Reviews Issue 441803004:
  Introduce new WebApp header style for hosted apps and fizzy apps on ash.  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src
    
  
    Issue 441803004:
  Introduce new WebApp header style for hosted apps and fizzy apps on ash.  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src| Index: ash/frame/header_painter.h | 
| diff --git a/ash/frame/header_painter.h b/ash/frame/header_painter.h | 
| index c8c801514b01409abfc7198cd5c4f8571b147cdf..891795825b3b4d095d1dcc509cfd81c8b8aa5d64 100644 | 
| --- a/ash/frame/header_painter.h | 
| +++ b/ash/frame/header_painter.h | 
| @@ -40,6 +40,10 @@ class ASH_EXPORT HeaderPainter { | 
| // Schedule a re-paint of the entire title. | 
| virtual void SchedulePaintForTitle() = 0; | 
| + | 
| + // X inset of the left most view of the header. Passing 0 will use the default | 
| + // inset. | 
| 
pkotwicz
2014/08/14 01:59:44
Nit: "Updates the x inset of the leftmost view in
 
benwells
2014/08/14 04:42:50
Done.
 | 
| + virtual void UpdateLeftViewXInset(int left_view_x_inset) = 0; | 
| }; | 
| } // namespace ash |