|
|
Implemented prototype for new ink drop specs.
- Updated the InkDropAnimation to composite 2 rectangles and 4 circles
to smoothly animate between a circle and a rounded rectangle of
different sizes.
- Created a new InkDropHost that Views can extend in order to host the
ink drop animation.
- Updated the ToolbarButtons to work with the new InkDropAnimation API.
- Added SLOW_ACTION_PENDING and DEACTIVATED InkDropStates.
TEST=InkDropAnimationTest.*
TEST=InkDropAnimationControllerFactoryTest.*
TEST=MDInkDropAnimationControllerFactoryTest.*
BUG= 517903, 522170
Committed: https://crrev.com/8e8496ec69c203243767cec3014cd7232909e805
Cr-Commit-Position: refs/heads/master@{#349100}
Total comments: 51
Total comments: 4
Total comments: 16
Total comments: 8
Total comments: 39
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1271 lines, -550 lines) |
Patch |
 |
M |
chrome/app/generated_resources.grd
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+0 lines, -12 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/about_flags.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+0 lines, -13 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/toolbar/back_button.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/toolbar/back_button.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/toolbar/toolbar_button.h
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/toolbar/toolbar_button.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
5 chunks |
+46 lines, -25 lines |
0 comments
|
Download
|
 |
M |
ui/base/ui_base_switches.h
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ui/base/ui_base_switches.cc
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -9 lines |
0 comments
|
Download
|
 |
M |
ui/views/animation/ink_drop_animation.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+116 lines, -63 lines |
0 comments
|
Download
|
 |
M |
ui/views/animation/ink_drop_animation.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
3 chunks |
+374 lines, -238 lines |
0 comments
|
Download
|
 |
M |
ui/views/animation/ink_drop_animation_controller.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+16 lines, -13 lines |
0 comments
|
Download
|
 |
M |
ui/views/animation/ink_drop_animation_controller_factory.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/views/animation/ink_drop_animation_controller_factory.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+25 lines, -20 lines |
0 comments
|
Download
|
 |
A |
ui/views/animation/ink_drop_animation_controller_factory_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+163 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/views/animation/ink_drop_animation_controller_impl.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+30 lines, -8 lines |
0 comments
|
Download
|
 |
M |
ui/views/animation/ink_drop_animation_controller_impl.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+51 lines, -15 lines |
0 comments
|
Download
|
 |
A |
ui/views/animation/ink_drop_animation_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+301 lines, -0 lines |
0 comments
|
Download
|
 |
D |
ui/views/animation/ink_drop_delegate.h
|
View
|
1
|
1 chunk |
+0 lines, -60 lines |
0 comments
|
Download
|
 |
D |
ui/views/animation/ink_drop_delegate.cc
|
View
|
|
1 chunk |
+0 lines, -53 lines |
0 comments
|
Download
|
 |
M |
ui/views/animation/ink_drop_state.h
|
View
|
1
2
3
|
1 chunk |
+11 lines, -5 lines |
0 comments
|
Download
|
 |
A |
ui/views/animation/test/ink_drop_animation_test_api.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+41 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/views/animation/test/ink_drop_animation_test_api.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+31 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/views/animation/test/test_ink_drop_host.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+30 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/views/animation/test/test_ink_drop_host.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+17 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/views/views.gyp
|
View
|
1
2
3
4
5
6
|
3 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
Total messages: 24 (4 generated)
|