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

Unified Diff: ui/views/animation/ink_drop_animation_controller.h

Issue 1682893002: Color the ink drop ripple and hover effects based on theming. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix unit tests Created 4 years, 10 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/ink_drop_animation_controller.h
diff --git a/ui/views/animation/ink_drop_animation_controller.h b/ui/views/animation/ink_drop_animation_controller.h
index 38c458af5a61838959b0b9151ce96251b924cf6f..5b4b243b79b042287c202f5bf9436eec4f5a1745 100644
--- a/ui/views/animation/ink_drop_animation_controller.h
+++ b/ui/views/animation/ink_drop_animation_controller.h
@@ -44,8 +44,6 @@ class VIEWS_EXPORT InkDropAnimationController {
// Returns true if the hover state is enabled.
virtual bool IsHovered() const = 0;
- virtual gfx::Size GetInkDropLargeSize() const = 0;
-
// Sets the different sizes of the ink drop.
virtual void SetInkDropSize(const gfx::Size& large_size,
int large_corner_radius,

Powered by Google App Engine
This is Rietveld 408576698