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

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

Issue 1724963002: Color the ink drop ripple and hover effects based on theming. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sky review Created 4 years, 10 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
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 c5a9b30c2f679fe6ed2a07fe15a578a1537dda32..f1a58d69658e70239a52d6c293add91fd8085987 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
@@ -78,6 +78,10 @@ class IconLabelBubbleView : public views::InkDropHostView {
gfx::Size GetPreferredSize() const override;
void Layout() override;
void OnNativeThemeChanged(const ui::NativeTheme* native_theme) override;
+ void AddInkDropLayer(ui::Layer* ink_drop_layer) override;
+ void RemoveInkDropLayer(ui::Layer* ink_drop_layer) override;
+ scoped_ptr<views::InkDropHover> CreateInkDropHover() const override;
+ SkColor GetInkDropBaseColor() const override;
const gfx::FontList& font_list() const { return label_->font_list(); }

Powered by Google App Engine
This is Rietveld 408576698