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

Unified Diff: ash/system/tray/hover_highlight_view.h

Issue 980943005: Add ash UI for third-party VPNs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@f_2_407541_434711_remove_combined_name
Patch Set: Updated after latest round of UI reviews. Created 5 years, 9 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
« no previous file with comments | « ash/system/chromeos/network/vpn_list_view.cc ('k') | ash/system/tray/hover_highlight_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/tray/hover_highlight_view.h
diff --git a/ash/system/tray/hover_highlight_view.h b/ash/system/tray/hover_highlight_view.h
index 958436b3e9e65af948f1e23d732d541992f81c08..b280b2fc88b7c2fc201c181f16114c52f484e54b 100644
--- a/ash/system/tray/hover_highlight_view.h
+++ b/ash/system/tray/hover_highlight_view.h
@@ -63,10 +63,10 @@ class HoverHighlightView : public ActionableView {
// Overridden from views::View.
void GetAccessibleState(ui::AXViewState* state) override;
- private:
// Sets the highlighted color on a text label if |hover| is set.
void SetHoverHighlight(bool hover);
+ private:
// Overridden from ActionableView:
bool PerformAction(const ui::Event& event) override;
@@ -76,6 +76,7 @@ class HoverHighlightView : public ActionableView {
void OnMouseEntered(const ui::MouseEvent& event) override;
void OnMouseExited(const ui::MouseEvent& event) override;
void OnGestureEvent(ui::GestureEvent* event) override;
+ void OnBoundsChanged(const gfx::Rect& previous_bounds) override;
void OnEnabledChanged() override;
void OnPaintBackground(gfx::Canvas* canvas) override;
void OnFocus() override;
« no previous file with comments | « ash/system/chromeos/network/vpn_list_view.cc ('k') | ash/system/tray/hover_highlight_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698