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

Unified Diff: ui/views/animation/test/ink_drop_impl_test_api.h

Issue 2125223004: Restore focus-state ink drop highlight on buttons after ripple animation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase and fix tests Created 4 years, 5 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: ui/views/animation/test/ink_drop_impl_test_api.h
diff --git a/ui/views/animation/test/ink_drop_impl_test_api.h b/ui/views/animation/test/ink_drop_impl_test_api.h
index 04df563c6f358ad44500c6c4a4efe2a9256d9f14..30dac00f010221c3c7810bd8a95fb547d829041a 100644
--- a/ui/views/animation/test/ink_drop_impl_test_api.h
+++ b/ui/views/animation/test/ink_drop_impl_test_api.h
@@ -16,8 +16,9 @@ class LayerAnimator;
} // namespace ui
namespace views {
-class InkDropImpl;
class InkDropHighlight;
+class InkDropImpl;
+class InkDropRipple;
namespace test {
@@ -32,6 +33,7 @@ class InkDropImplTestApi
~InkDropImplTestApi() override;
// Wrappers to InkDropImpl internals:
+ const InkDropRipple* ripple() const;
const InkDropHighlight* highlight() const;
bool IsHighlightFadingInOrVisible() const;

Powered by Google App Engine
This is Rietveld 408576698