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

Unified Diff: chrome/browser/ui/views/location_bar/content_setting_image_view.h

Issue 2480203002: ui: Cleanup class/struct forward declarations (Closed)
Patch Set: Sync CL to position 430550 Created 4 years, 1 month 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
Index: chrome/browser/ui/views/location_bar/content_setting_image_view.h
diff --git a/chrome/browser/ui/views/location_bar/content_setting_image_view.h b/chrome/browser/ui/views/location_bar/content_setting_image_view.h
index de4422627d1e3a2a9c6c8611e9d13fa69ef5ca9f..8825d54f87db1a2857736685f4c39d044dbc116d 100644
--- a/chrome/browser/ui/views/location_bar/content_setting_image_view.h
+++ b/chrome/browser/ui/views/location_bar/content_setting_image_view.h
@@ -64,7 +64,7 @@ class ContentSettingImageView : public IconLabelBubbleView,
bool GetTooltipText(const gfx::Point& p,
base::string16* tooltip) const override;
void OnNativeThemeChanged(const ui::NativeTheme* native_theme) override;
- bool ShouldShowInkDropForFocus() const override;
+ std::unique_ptr<views::InkDrop> CreateInkDrop() override;
SkColor GetTextColor() const override;
bool ShouldShowLabel() const override;
double WidthMultiplier() const override;

Powered by Google App Engine
This is Rietveld 408576698