Index: chrome/browser/ui/views/location_bar/icon_label_bubble_view.h |
diff --git a/chrome/browser/ui/views/location_bar/icon_label_bubble_view.h b/chrome/browser/ui/views/location_bar/icon_label_bubble_view.h |
index 7b5d37e0dfeb9b652ca2ef4b191108c954cc60d9..50f822e118aa575daf5a233cc70207c3c243f987 100644 |
--- a/chrome/browser/ui/views/location_bar/icon_label_bubble_view.h |
+++ b/chrome/browser/ui/views/location_bar/icon_label_bubble_view.h |
@@ -102,6 +102,9 @@ class IconLabelBubbleView : public views::InkDropHostView { |
// Padding after the separator. |
int GetPostSeparatorPadding() const; |
+ // Returns the amount of space reserved for the separator in DIP. |
+ int GetSeparatorLayoutWidth() const; |
Peter Kasting
2017/05/16 00:52:52
Nit: Maybe should be listed before GetPostSeparato
Evan Stade
2017/05/16 16:30:02
Done.
|
+ |
float GetScaleFactor() const; |
// views::View: |