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

Unified Diff: ash/common/system/tray/tray_background_view.h

Issue 2533903002: tweak the focus rectangle of TrayBackgroundView objects (Closed)
Patch Set: 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
« no previous file with comments | « ash/common/system/tray/actionable_view.h ('k') | ash/common/system/tray/tray_background_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/tray/tray_background_view.h
diff --git a/ash/common/system/tray/tray_background_view.h b/ash/common/system/tray/tray_background_view.h
index ab4d863804ec2c3c5c92458a69c899a422f9d3f0..bb59bcc98973fdd5eb531d7d9459d2c8dd8f925b 100644
--- a/ash/common/system/tray/tray_background_view.h
+++ b/ash/common/system/tray/tray_background_view.h
@@ -147,6 +147,7 @@ class ASH_EXPORT TrayBackgroundView : public ActionableView,
void HandlePerformActionResult(bool action_performed,
const ui::Event& event) override;
gfx::Rect GetFocusBounds() override;
+ void OnPaintFocus(gfx::Canvas* canvas) override;
private:
class TrayWidgetObserver;
« no previous file with comments | « ash/common/system/tray/actionable_view.h ('k') | ash/common/system/tray/tray_background_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698