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

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

Issue 2038093003: Refactor accessible focus ring code so the layers are animation observers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@improve_highlights
Patch Set: Created 4 years, 6 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_controller.h
diff --git a/chrome/browser/chromeos/ui/focus_ring_controller.h b/chrome/browser/chromeos/ui/focus_ring_controller.h
index e7b1432c0ee8bd96689f38f4efd59e35f84ac353..0c1e61cf43b10ec31e668dbca25dac4f8c288a04 100644
--- a/chrome/browser/chromeos/ui/focus_ring_controller.h
+++ b/chrome/browser/chromeos/ui/focus_ring_controller.h
@@ -37,6 +37,7 @@ class FocusRingController : public FocusRingLayerDelegate,
private:
// FocusRingLayerDelegate.
void OnDeviceScaleFactorChanged() override;
+ void OnAnimationStep(base::TimeTicks timestamp) override;
// Sets the focused |widget|.
void SetWidget(views::Widget* widget);
« no previous file with comments | « chrome/browser/chromeos/ui/accessibility_focus_ring_layer.cc ('k') | chrome/browser/chromeos/ui/focus_ring_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698