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

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

Issue 2174643002: [ash-md] Updates ash shelf tooltips to MD (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: [ash-md] Updates ash shelf tooltips to MD (nits) Created 4 years, 5 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/shelf/shelf_tooltip_manager.cc ('k') | ui/views/bubble/bubble_border.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/bubble/bubble_border.h
diff --git a/ui/views/bubble/bubble_border.h b/ui/views/bubble/bubble_border.h
index 2ebdf9c6156f842ec77a22cc65474d207c45e16d..c2d874559f2f18c75f2181c99d1fd7ff1a36d218 100644
--- a/ui/views/bubble/bubble_border.h
+++ b/ui/views/bubble/bubble_border.h
@@ -205,6 +205,10 @@ class VIEWS_EXPORT BubbleBorder : public Border {
// The returned path does not account for arrow stroke and shadow.
bool GetArrowPath(const gfx::Rect& view_bounds, gfx::Path* path) const;
+ // Sets border thickness overriding the thickness set on |images_| creation.
+ // May only be invoked after |arrow_paint_type_| has been set.
+ void SetBorderInteriorThickness(int border_interior_thickness);
+
// Overridden from Border:
void Paint(const View& view, gfx::Canvas* canvas) override;
gfx::Insets GetInsets() const override;
« no previous file with comments | « ash/shelf/shelf_tooltip_manager.cc ('k') | ui/views/bubble/bubble_border.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698