Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / ui / views / controls / menu / menu_separator.h
index da459e2..93bf3d4 100644 (file)
@@ -24,8 +24,10 @@ class MenuSeparator : public View {
   virtual gfx::Size GetPreferredSize() const OVERRIDE;
 
  private:
+  // Gets the bounds where the separator should be painted.
+  gfx::Rect GetPaintBounds();
+
   void OnPaintAura(gfx::Canvas* canvas);
-  gfx::Size GetPreferredSizeAura() const;
 
   // The type of the separator.
   const ui::MenuSeparatorType type_;