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

Unified Diff: ui/views/bubble/bubble_border_2.cc

Issue 10828266: Minor fixes to BubbleBorder2 and LauncherTooltipManager: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: patch Created 8 years, 4 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
« no previous file with comments | « ash/launcher/launcher_tooltip_manager.cc ('k') | ui/views/bubble/bubble_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/bubble/bubble_border_2.cc
diff --git a/ui/views/bubble/bubble_border_2.cc b/ui/views/bubble/bubble_border_2.cc
index b8fe8179eaed01fff9ce043825a8fadd9c3cbcd9..0f909d16df32355aa5e1a41b3614f7514646ae5b 100644
--- a/ui/views/bubble/bubble_border_2.cc
+++ b/ui/views/bubble/bubble_border_2.cc
@@ -192,7 +192,7 @@ void BubbleBorder2::SetShadow(gfx::ShadowValue shadow) {
}
int BubbleBorder2::GetBorderThickness() const {
- return 0;
+ return border_size_;
}
void BubbleBorder2::PaintBackground(gfx::Canvas* canvas,
« no previous file with comments | « ash/launcher/launcher_tooltip_manager.cc ('k') | ui/views/bubble/bubble_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698