diff options
author | kinuko@chromium.org <kinuko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-11 13:43:03 +0000 |
---|---|---|
committer | kinuko@chromium.org <kinuko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-11 13:43:03 +0000 |
commit | da63333cfea22eafe49dee45c3872dd09c7b7614 (patch) | |
tree | b0d4c59a72fd77efc344f956b7cf08c507da33a3 /cc/cc.gyp | |
parent | 91b3c6d11b55d4f4b8d493f0a596db6be5cfbd3b (diff) | |
download | chromium_src-da63333cfea22eafe49dee45c3872dd09c7b7614.zip chromium_src-da63333cfea22eafe49dee45c3872dd09c7b7614.tar.gz chromium_src-da63333cfea22eafe49dee45c3872dd09c7b7614.tar.bz2 |
Revert 193629 "Fix main-thread event handling for impl-only anim..."
Broke multiple tests on Windows
LayerTreeHostAnimationTestAddAnimation.RunMultiThread
LayerTreeHostAnimationTestAddAnimation.RunSingleThread
http://build.chromium.org/p/chromium.win/buildstatus?builder=Win7%20Tests%20%28dbg%29%281%29&number=17504
> Fix main-thread event handling for impl-only animations
>
> Since impl-only animations have no main-thread counterpart, the
> main thread (more specifically, LayerTreeHost::SetAnimationEvents,
> LayerAnimationController::NotifyAnimationStarted, and
> LayerAnimationController::NotfiyAnimationFinished) should not
> assume that incoming events will be for animations that are
> running on the main thread.
>
> BUG=196284
>
> Review URL: https://chromiumcodereview.appspot.com/13820019
TBR=ajuma@chromium.org
Review URL: https://codereview.chromium.org/13880010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193635 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/cc.gyp')
-rw-r--r-- | cc/cc.gyp | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -10,7 +10,6 @@ 'animation/animation.h', 'animation/animation_curve.cc', 'animation/animation_curve.h', - 'animation/animation_events.cc', 'animation/animation_events.h', 'animation/animation_id_provider.cc', 'animation/animation_id_provider.h', |