| Index: chrome/browser/ui/cocoa/hover_close_button.h
|
| diff --git a/chrome/browser/ui/cocoa/hover_close_button.h b/chrome/browser/ui/cocoa/hover_close_button.h
|
| index 0a56159c31c600b8faf39efd7b743129b1dbd2f8..1ca97609dbc54bc4a0e7d31e64c0c4328c058790 100644
|
| --- a/chrome/browser/ui/cocoa/hover_close_button.h
|
| +++ b/chrome/browser/ui/cocoa/hover_close_button.h
|
| @@ -7,6 +7,7 @@
|
|
|
| #import <Cocoa/Cocoa.h>
|
|
|
| +#include "third_party/skia/include/core/SkColor.h"
|
| #import "ui/base/cocoa/hover_button.h"
|
|
|
| @class GTMKeyValueAnimation;
|
| @@ -19,6 +20,8 @@
|
| HoverState previousState_;
|
| }
|
|
|
| +// Returns the Material Design color of the "x".
|
| +- (SkColor)iconColor;
|
| @end
|
|
|
| // A version of HoverCloseButton with the "x" icon changed to match the WebUI
|
|
|