// Copyright 2016 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_VIEWS_ANIMATION_TEST_FLOOD_FILL_INK_DROP_RIPPLE_TEST_API_H_ #define UI_VIEWS_ANIMATION_TEST_FLOOD_FILL_INK_DROP_RIPPLE_TEST_API_H_ #include <vector> #include "ui/gfx/geometry/size.h" #include "ui/views/animation/flood_fill_ink_drop_ripple.h" #include "ui/views/animation/test/ink_drop_ripple_test_api.h" namespace ui { class LayerAnimator; } // namespace ui namespace views::test { // Test API to provide internal access to a FloodFillInkDropRipple. class FloodFillInkDropRippleTestApi : public InkDropRippleTestApi { … }; } // namespace views::test #endif // UI_VIEWS_ANIMATION_TEST_FLOOD_FILL_INK_DROP_RIPPLE_TEST_API_H_