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

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

Issue 2615613003: Fix double ripple on activated flood fill ripple (Closed)
Patch Set: Added tests Created 3 years, 11 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/flood_fill_ink_drop_ripple_test_api.h
diff --git a/ui/views/animation/test/flood_fill_ink_drop_ripple_test_api.h b/ui/views/animation/test/flood_fill_ink_drop_ripple_test_api.h
index dc4ed9b5186b59f621601ee4d349863346f1b92d..7e83d96eae40198ce6316393965a89a2ddaf7a19 100644
--- a/ui/views/animation/test/flood_fill_ink_drop_ripple_test_api.h
+++ b/ui/views/animation/test/flood_fill_ink_drop_ripple_test_api.h
@@ -37,6 +37,9 @@ class FloodFillInkDropRippleTestApi : public InkDropRippleTestApi {
// Wrapper for FloodFillInkDropRipple::MaxDistanceToCorners().
float MaxDistanceToCorners(const gfx::Point& point) const;
+ // Gets the transform currently applied to the painted layer of the ripple.
+ gfx::Transform GetPaintedLayerTransform() const;
+
// InkDropRippleTestApi:
float GetCurrentOpacity() const override;

Powered by Google App Engine
This is Rietveld 408576698