|
Adds AnimationContainer, which can be used to group a set of
animations to have the same timer. By default each animation has one
animationcontainer, but I'm going to change the tab renderer to share
the animationcontainer so that the pulse effects happen in unison.
Also updated the BoundsAnimator so that I can use it by the TabStrip.
BUG=none
TEST=none
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=43407
Total comments: 7
Total comments: 5
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+742 lines, -184 lines) |
Patch |
 |
M |
app/animation.h
|
View
|
1
2
3
4
5
|
5 chunks |
+21 lines, -13 lines |
0 comments
|
Download
|
 |
M |
app/animation.cc
|
View
|
|
7 chunks |
+57 lines, -40 lines |
0 comments
|
Download
|
 |
A |
app/animation_container.h
|
View
|
|
1 chunk |
+92 lines, -0 lines |
0 comments
|
Download
|
 |
A |
app/animation_container.cc
|
View
|
|
1 chunk |
+93 lines, -0 lines |
0 comments
|
Download
|
 |
A |
app/animation_container_unittest.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+120 lines, -0 lines |
0 comments
|
Download
|
 |
M |
app/animation_unittest.cc
|
View
|
|
3 chunks |
+2 lines, -37 lines |
0 comments
|
Download
|
 |
M |
app/app.gyp
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
app/app_base.gypi
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
app/slide_animation.h
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
A |
app/test_animation_delegate.h
|
View
|
1
2
3
4
5
|
1 chunk |
+47 lines, -0 lines |
0 comments
|
Download
|
 |
M |
app/throb_animation.h
|
View
|
|
2 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
app/throb_animation.cc
|
View
|
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/gtk/tabs/tab_renderer_gtk.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/views/fullscreen_exit_bubble.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/views/infobars/infobars.h
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/views/tabs/side_tab.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/views/tabs/tab_renderer.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
views/animation/bounds_animator.h
|
View
|
1
2
3
4
5
|
1 chunk |
+112 lines, -28 lines |
1 comment
|
Download
|
 |
M |
views/animation/bounds_animator.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+179 lines, -56 lines |
0 comments
|
Download
|
Total messages: 5 (0 generated)
|