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

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

Issue 2569773002: Fix SysTray focus rect position (Closed)
Patch Set: Remove GetFocusBounds() Created 4 years 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: 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 accce9f82102fc102cd3d456d02ae76b48ee8846..d3e66a641e3d34b604158aaa7855957b813406ec 100644
--- a/ash/common/system/tray/tray_background_view.h
+++ b/ash/common/system/tray/tray_background_view.h
@@ -145,7 +145,6 @@ class ASH_EXPORT TrayBackgroundView : public ActionableView,
bool PerformAction(const ui::Event& event) override;
void HandlePerformActionResult(bool action_performed,
const ui::Event& event) override;
- gfx::Rect GetFocusBounds() override;
void OnPaintFocus(gfx::Canvas* canvas) override;
private:

Powered by Google App Engine
This is Rietveld 408576698