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

Issue 45553002: Move remaining classes in graphics/transforms to platform/ (Closed)

Created:
7 years, 1 month ago by rwlbuis
Modified:
7 years, 1 month ago
CC:
blink-reviews, shans, eae+blinkwatch, apavlov+blink_chromium.org, Steve Block, jamesr, dino_apple.com, alancutter (OOO until 2018), bemjb+rendering_chromium.org, dsinclair, Timothy Loh, danakj, dstockwell, dglazkov+blink, Rik, jchaffraix+rendering, pdr., Eric Willigers, rjwright, zoltan1, darktears, leviw+renderwatch, blink-layers+watch_chromium.org, Mike Lawther (Google), Stephen Chennney
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Move remaining classes in graphics/transforms to platform/ Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=160639

Patch Set 1 #

Patch Set 2 : Fix merge problem #

Unified diffs Side-by-side diffs Delta from patch set Stats (+87 lines, -1595 lines) Patch
Source/core/animation/AnimatableTransform.h View 1 chunk +1 line, -1 line 0 comments Download
Source/core/animation/AnimatableValueTestHelperTest.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/core.gypi View 1 1 chunk +0 lines, -18 lines 0 comments Download
Source/core/css/resolver/TransformBuilder.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/resolver/TransformBuilder.cpp View 1 chunk +8 lines, -8 lines 0 comments Download
Source/core/platform/animation/AnimationTranslationUtil.cpp View 1 chunk +9 lines, -9 lines 0 comments Download
Source/core/platform/animation/AnimationTranslationUtilTest.cpp View 1 chunk +5 lines, -5 lines 0 comments Download
M Source/core/platform/animation/AnimationValue.h View 1 chunk +1 line, -1 line 0 comments Download
Source/core/platform/graphics/filters/custom/CustomFilterTransformParameter.h View 1 chunk +1 line, -1 line 0 comments Download
D Source/core/platform/graphics/transforms/IdentityTransformOperation.h View 1 chunk +0 lines, -67 lines 0 comments Download
Source/core/platform/graphics/transforms/InterpolatedTransformOperation.h View 1 chunk +0 lines, -72 lines 0 comments Download
Source/core/platform/graphics/transforms/InterpolatedTransformOperation.cpp View 1 chunk +0 lines, -74 lines 0 comments Download
Source/core/platform/graphics/transforms/Matrix3DTransformOperation.h View 1 chunk +0 lines, -74 lines 0 comments Download
Source/core/platform/graphics/transforms/Matrix3DTransformOperation.cpp View 1 chunk +0 lines, -56 lines 0 comments Download
Source/core/platform/graphics/transforms/MatrixTransformOperation.h View 1 chunk +0 lines, -101 lines 0 comments Download
Source/core/platform/graphics/transforms/MatrixTransformOperation.cpp View 1 chunk +0 lines, -52 lines 0 comments Download
Source/core/platform/graphics/transforms/PerspectiveTransformOperation.h View 1 chunk +0 lines, -76 lines 0 comments Download
Source/core/platform/graphics/transforms/PerspectiveTransformOperation.cpp View 1 chunk +0 lines, -66 lines 0 comments Download
D Source/core/platform/graphics/transforms/RotateTransformOperation.h View 1 chunk +0 lines, -90 lines 0 comments Download
Source/core/platform/graphics/transforms/RotateTransformOperation.cpp View 1 chunk +0 lines, -96 lines 0 comments Download
Source/core/platform/graphics/transforms/ScaleTransformOperation.h View 1 chunk +0 lines, -87 lines 0 comments Download
D Source/core/platform/graphics/transforms/ScaleTransformOperation.cpp View 1 chunk +0 lines, -48 lines 0 comments Download
Source/core/platform/graphics/transforms/SkewTransformOperation.h View 1 chunk +0 lines, -77 lines 0 comments Download
Source/core/platform/graphics/transforms/SkewTransformOperation.cpp View 1 chunk +0 lines, -43 lines 0 comments Download
Source/core/platform/graphics/transforms/TransformOperation.h View 1 chunk +0 lines, -88 lines 0 comments Download
Source/core/platform/graphics/transforms/TransformOperations.h View 1 chunk +0 lines, -86 lines 0 comments Download
Source/core/platform/graphics/transforms/TransformOperations.cpp View 1 chunk +0 lines, -119 lines 0 comments Download
Source/core/platform/graphics/transforms/TranslateTransformOperation.h View 1 chunk +0 lines, -93 lines 0 comments Download
Source/core/platform/graphics/transforms/TranslateTransformOperation.cpp View 1 chunk +0 lines, -43 lines 0 comments Download
M Source/core/rendering/RenderLayer.cpp View 1 2 chunks +2 lines, -2 lines 0 comments Download
Source/core/rendering/style/RenderStyle.h View 2 chunks +1 line, -1 line 0 comments Download
Source/core/rendering/style/StyleTransformData.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/platform/blink_platform.gypi View 1 1 chunk +18 lines, -0 lines 0 comments Download
Source/platform/transforms/IdentityTransformOperation.h View 1 chunk +2 lines, -2 lines 0 comments Download
Source/platform/transforms/InterpolatedTransformOperation.h View 1 chunk +3 lines, -3 lines 0 comments Download
Source/platform/transforms/InterpolatedTransformOperation.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
Source/platform/transforms/Matrix3DTransformOperation.h View 1 chunk +2 lines, -2 lines 0 comments Download
Source/platform/transforms/Matrix3DTransformOperation.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + Source/platform/transforms/MatrixTransformOperation.h View 1 chunk +2 lines, -2 lines 0 comments Download
A + Source/platform/transforms/MatrixTransformOperation.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + Source/platform/transforms/PerspectiveTransformOperation.h View 1 chunk +2 lines, -2 lines 0 comments Download
Source/platform/transforms/PerspectiveTransformOperation.cpp View 1 chunk +1 line, -1 line 0 comments Download
Source/platform/transforms/RotateTransformOperation.h View 1 chunk +2 lines, -2 lines 0 comments Download
Source/platform/transforms/RotateTransformOperation.cpp View 1 chunk +1 line, -1 line 0 comments Download
Source/platform/transforms/ScaleTransformOperation.h View 1 chunk +2 lines, -2 lines 0 comments Download
Source/platform/transforms/ScaleTransformOperation.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + Source/platform/transforms/SkewTransformOperation.h View 1 chunk +2 lines, -2 lines 0 comments Download
Source/platform/transforms/SkewTransformOperation.cpp View 1 chunk +1 line, -1 line 0 comments Download
A + Source/platform/transforms/TransformOperation.h View 1 chunk +1 line, -1 line 0 comments Download
Source/platform/transforms/TransformOperations.h View 1 chunk +2 lines, -2 lines 0 comments Download
A + Source/platform/transforms/TransformOperations.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
Source/platform/transforms/TranslateTransformOperation.h View 1 chunk +2 lines, -2 lines 0 comments Download
Source/platform/transforms/TranslateTransformOperation.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/tests/GraphicsLayerTest.cpp View 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
rwlbuis
More moving, focussing on graphics/ only for now.
7 years, 1 month ago (2013-10-25 21:16:10 UTC) #1
abarth-chromium
lgtm
7 years, 1 month ago (2013-10-25 21:19:32 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rob.buis@samsung.com/45553002/1
7 years, 1 month ago (2013-10-25 21:49:25 UTC) #3
commit-bot: I haz the power
Failed to apply patch for Source/core/rendering/RenderLayer.cpp: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 1 month ago (2013-10-25 21:49:39 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rob.buis@samsung.com/45553002/60001
7 years, 1 month ago (2013-10-25 22:02:18 UTC) #5
commit-bot: I haz the power
7 years, 1 month ago (2013-10-25 23:34:42 UTC) #6
Message was sent while issue was closed.
Change committed as 160639

Powered by Google App Engine
This is Rietveld 408576698