| Index: chrome/browser/ui/cocoa/location_bar/ev_bubble_decoration.h
|
| diff --git a/chrome/browser/ui/cocoa/location_bar/ev_bubble_decoration.h b/chrome/browser/ui/cocoa/location_bar/ev_bubble_decoration.h
|
| index a69c72fdcf0103b1e1cf403d02a37c715bb59dad..97cd4b8e8dba47c3dddd44198d3980a874e16ec3 100644
|
| --- a/chrome/browser/ui/cocoa/location_bar/ev_bubble_decoration.h
|
| +++ b/chrome/browser/ui/cocoa/location_bar/ev_bubble_decoration.h
|
| @@ -33,9 +33,14 @@ class EVBubbleDecoration : public BubbleDecoration {
|
| // fits, else it will set an elided version.
|
| void SetFullLabel(NSString* full_label);
|
|
|
| -
|
| // Implement |LocationBarDecoration|.
|
| CGFloat GetWidthForSpace(CGFloat width) override;
|
| +
|
| + // Perform custom drawing for Material Design.
|
| + void DrawWithBackgroundInFrame(NSRect background_frame,
|
| + NSRect frame,
|
| + NSView* control_view) override;
|
| +
|
| bool IsDraggable() override;
|
| NSPasteboard* GetDragPasteboard() override;
|
| NSImage* GetDragImage() override;
|
|
|