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

Side by Side Diff: ui/views/animation/test/ink_drop_animation_test_api.h

Issue 1897073002: Add MD Ink Drop Layers to InkDropHost only when a ripple/hover is active. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed InkDropHoverTests to use proper expectation comparisons. Created 4 years, 7 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 unified diff | Download patch
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef UI_VIEWS_ANIMATION_TEST_INK_DROP_ANIMATION_TEST_API_H_ 5 #ifndef UI_VIEWS_ANIMATION_TEST_INK_DROP_ANIMATION_TEST_API_H_
6 #define UI_VIEWS_ANIMATION_TEST_INK_DROP_ANIMATION_TEST_API_H_ 6 #define UI_VIEWS_ANIMATION_TEST_INK_DROP_ANIMATION_TEST_API_H_
7 7
8 #include <vector> 8 #include <vector>
9 9
10 #include "base/macros.h" 10 #include "base/macros.h"
11 #include "base/time/time.h"
12 #include "ui/compositor/test/multi_layer_animator_test_controller.h" 11 #include "ui/compositor/test/multi_layer_animator_test_controller.h"
13 #include "ui/compositor/test/multi_layer_animator_test_controller_delegate.h" 12 #include "ui/compositor/test/multi_layer_animator_test_controller_delegate.h"
14 13
15 namespace ui { 14 namespace ui {
16 class LayerAnimator; 15 class LayerAnimator;
17 } // namespace ui 16 } // namespace ui
18 17
19 namespace views { 18 namespace views {
20 class InkDropAnimation; 19 class InkDropAnimation;
21 20
(...skipping 27 matching lines...) Expand all
49 // The InkDropedAnimation to provide internal access to. 48 // The InkDropedAnimation to provide internal access to.
50 InkDropAnimation* ink_drop_animation_; 49 InkDropAnimation* ink_drop_animation_;
51 50
52 DISALLOW_COPY_AND_ASSIGN(InkDropAnimationTestApi); 51 DISALLOW_COPY_AND_ASSIGN(InkDropAnimationTestApi);
53 }; 52 };
54 53
55 } // namespace test 54 } // namespace test
56 } // namespace views 55 } // namespace views
57 56
58 #endif // UI_VIEWS_ANIMATION_TEST_INK_DROP_ANIMATION_TEST_API_H_ 57 #endif // UI_VIEWS_ANIMATION_TEST_INK_DROP_ANIMATION_TEST_API_H_
OLDNEW
« no previous file with comments | « ui/views/animation/ink_drop_hover_unittest.cc ('k') | ui/views/animation/test/ink_drop_animation_test_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698