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

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

Issue 10086005: ash: Show better focus rects for the tray. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 8 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: ash/system/tray/tray_views.h
diff --git a/ash/system/tray/tray_views.h b/ash/system/tray/tray_views.h
index e06c57418ab4024a70fac088d0829999a0b81e67..8757f3bd0c0827f881e4716b89403d3892fe8c99 100644
--- a/ash/system/tray/tray_views.h
+++ b/ash/system/tray/tray_views.h
@@ -10,6 +10,7 @@
#include "ui/gfx/size.h"
#include "ui/views/controls/image_view.h"
#include "ui/views/controls/scroll_view.h"
+#include "ui/views/controls/slider.h"
#include "ui/views/view.h"
class SkBitmap;
@@ -55,6 +56,7 @@ class ActionableView : public views::View {
// Overridden from views::View.
virtual bool OnKeyPressed(const views::KeyEvent& event) OVERRIDE;
virtual bool OnMousePressed(const views::MouseEvent& event) OVERRIDE;
+ virtual void OnPaintFocusBorder(gfx::Canvas* canvas) OVERRIDE;
private:
DISALLOW_COPY_AND_ASSIGN(ActionableView);

Powered by Google App Engine
This is Rietveld 408576698