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

Unified Diff: chrome/browser/chromeos/ui/focus_ring_layer.h

Issue 602813003: Animate the accessibility focus ring and fix some minor visual issues. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@focus_ring_in_chromevox
Patch Set: Correct upstream branch Created 6 years, 3 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: chrome/browser/chromeos/ui/focus_ring_layer.h
diff --git a/chrome/browser/chromeos/ui/focus_ring_layer.h b/chrome/browser/chromeos/ui/focus_ring_layer.h
index a6e8a60e3c1b11b5902058ece1c68c598f38b83b..1d8e1fa89157383fb98669e961221b0735de445a 100644
--- a/chrome/browser/chromeos/ui/focus_ring_layer.h
+++ b/chrome/browser/chromeos/ui/focus_ring_layer.h
@@ -40,6 +40,7 @@ class FocusRingLayer : public ui::LayerDelegate {
void Set(aura::Window* root_window, const gfx::Rect& bounds);
ui::Layer* layer() { return layer_.get(); }
+ aura::Window* root_window() { return root_window_; }
protected:
// Updates |root_window_| and creates |layer_| if it doesn't exist,

Powered by Google App Engine
This is Rietveld 408576698