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

Unified Diff: ui/message_center/views/message_center_focus_border.h

Issue 78803002: Fixing focus highlight on high DPI devices for accessibility (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed Created 7 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
Index: ui/message_center/views/message_center_focus_border.h
diff --git a/ui/message_center/views/message_center_focus_border.h b/ui/message_center/views/message_center_focus_border.h
deleted file mode 100644
index de49bae0e2d63c12270d8f8abad27d370e32f6c4..0000000000000000000000000000000000000000
--- a/ui/message_center/views/message_center_focus_border.h
+++ /dev/null
@@ -1,30 +0,0 @@
-// Copyright 2013 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef UI_MESSAGE_CENTER_VIEWS_MESSAGE_CENTER_FOCUS_BORDER_H_
-#define UI_MESSAGE_CENTER_VIEWS_MESSAGE_CENTER_FOCUS_BORDER_H_
-
-#include "ui/views/focus_border.h"
-#include "ui/views/view.h"
-
-namespace message_center {
-
-// Focus border class that draws a 1px blue border inset more on the bottom than
-// on the sides.
-class MessageCenterFocusBorder : public views::FocusBorder {
- public:
- MessageCenterFocusBorder();
- virtual ~MessageCenterFocusBorder();
-
- private:
- // views::FocusBorder overrides:
- virtual void Paint(const views::View& view, gfx::Canvas* canvas) const
- OVERRIDE;
-
- DISALLOW_COPY_AND_ASSIGN(MessageCenterFocusBorder);
-};
-
-} // namespace message_center
-
-#endif // UI_MESSAGE_CENTER_VIEWS_MESSAGE_CENTER_FOCUS_BORDER_H_
« no previous file with comments | « ui/message_center/views/message_center_button_bar.cc ('k') | ui/message_center/views/message_center_focus_border.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698