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

Issue 10384167: Merge 116554 - [chromium] Add impl-thread support for fill-mode and direction css animation propert… (Closed)

Created:
8 years, 7 months ago by enne (OOO)
Modified:
8 years, 7 months ago
Reviewers:
enne (OOO)
CC:
chromium-reviews
Base URL:
http://svn.webkit.org/repository/webkit/branches/chromium/1132/
Visibility:
Public.

Description

Merge 116554 - [chromium] Add impl-thread support for fill-mode and direction css animation properties https://bugs.webkit.org/show_bug.cgi?id=77662 Patch by Ian Vollick <vollick@chromium.org>; on 2012-05-09 Reviewed by James Robinson. Source/WebCore: Adds support for accelerating css animations with -webkit-animation-fill-mode, and -webkit-animation-direction properties. Tested in: CCActiveAnimationTest.TrimTimeAlternating CCLayerAnimationControllerTest.createReversedAnimation CCLayerAnimationControllerTest.createAlternatingAnimation CCLayerAnimationControllerTest.createReversedAlternatingAnimation * platform/graphics/chromium/cc/CCActiveAnimation.cpp: (WebCore::CCActiveAnimation::CCActiveAnimation): (WebCore::CCActiveAnimation::trimTimeToCurrentIteration): (WebCore::CCActiveAnimation::cloneForImplThread): * platform/graphics/chromium/cc/CCActiveAnimation.h: (CCActiveAnimation): (WebCore::CCActiveAnimation::alternatesDirection): (WebCore::CCActiveAnimation::setAlternatesDirection): * platform/graphics/chromium/cc/CCLayerAnimationController.cpp: Source/WebKit/chromium: * tests/CCActiveAnimationTest.cpp: (WebCore::TEST): (WebCore): * tests/CCLayerAnimationControllerTest.cpp: (WebKitTests::TEST): (WebKitTests): TBR=commit-queue@webkit.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=117000

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+156 lines, -25 lines) Patch
M Source/WebCore/platform/graphics/chromium/cc/CCActiveAnimation.h View 2 chunks +5 lines, -0 lines 0 comments Download
M Source/WebCore/platform/graphics/chromium/cc/CCActiveAnimation.cpp View 3 chunks +17 lines, -3 lines 0 comments Download
M Source/WebCore/platform/graphics/chromium/cc/CCLayerAnimationController.cpp View 3 chunks +17 lines, -9 lines 0 comments Download
M Source/WebKit/chromium/tests/CCActiveAnimationTest.cpp View 1 chunk +10 lines, -0 lines 0 comments Download
M Source/WebKit/chromium/tests/CCLayerAnimationControllerTest.cpp View 3 chunks +107 lines, -13 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
enne (OOO)
8 years, 7 months ago (2012-05-14 21:15:46 UTC) #1

          

Powered by Google App Engine
This is Rietveld 408576698