Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(467)

Unified Diff: ui/views/bubble/bubble_border.h

Issue 11068012: Add new views::LabelButton and LabelButtonBorder. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rename LabelButtonBorder, remove GetLabel, etc. Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/views/bubble/bubble_border.h
diff --git a/ui/views/bubble/bubble_border.h b/ui/views/bubble/bubble_border.h
index b471ecd0559a5c78fea2d4185243dcb3e8f2dd28..68951905154b73a6fb2b0e6576dcebc0b2b1ee4d 100644
--- a/ui/views/bubble/bubble_border.h
+++ b/ui/views/bubble/bubble_border.h
@@ -165,8 +165,7 @@ class VIEWS_EXPORT BubbleBorder : public Border {
static BorderImages* GetBorderImages(Shadow shadow);
// Overridden from Border:
- virtual void Paint(const View& view,
- gfx::Canvas* canvas) const OVERRIDE;
+ virtual void Paint(const View& view, gfx::Canvas* canvas) const OVERRIDE;
void DrawEdgeWithArrow(gfx::Canvas* canvas,
bool is_horizontal,

Powered by Google App Engine
This is Rietveld 408576698