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

Issue 2614613002: Remove maybeConvertSingle override in CSSValueInterpolationType (Closed)

Created:
3 years, 11 months ago by alancutter (OOO until 2018)
Modified:
3 years, 11 months ago
CC:
darktears, blink-reviews, blink-reviews-animation_chromium.org, chromium-reviews, Eric Willigers, rjwright, shans
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove maybeConvertSingle override in CSSValueInterpolationType This change refactors CSSValueInterpolationType to not override CSSInterpolationType::maybeConvertSingle() and instead use the more specific conversion functions as is the norm. This change is part of supporting smooth interpolation of registered custom properties. More complex behaviour will be added to CSSInterpolationType::maybeConvertSingle() which must be shared with the CSSValueInterpolationType subclass. There are no changes in behaviour made by this patch. BUG=671904 Review-Url: https://codereview.chromium.org/2614613002 Cr-Commit-Position: refs/heads/master@{#441885} Committed: https://chromium.googlesource.com/chromium/src/+/41d8555158262926a0971b6f40da9988f80e6c55

Patch Set 1 #

Total comments: 4

Patch Set 2 : Added comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -33 lines) Patch
M third_party/WebKit/Source/core/animation/CSSValueInterpolationType.h View 1 1 chunk +6 lines, -20 lines 0 comments Download
M third_party/WebKit/Source/core/animation/CSSValueInterpolationType.cpp View 2 chunks +23 lines, -13 lines 0 comments Download

Messages

Total messages: 11 (5 generated)
alancutter (OOO until 2018)
3 years, 11 months ago (2017-01-06 00:51:05 UTC) #3
suzyh_UTC10 (ex-contributor)
https://codereview.chromium.org/2614613002/diff/1/third_party/WebKit/Source/core/animation/CSSValueInterpolationType.cpp File third_party/WebKit/Source/core/animation/CSSValueInterpolationType.cpp (right): https://codereview.chromium.org/2614613002/diff/1/third_party/WebKit/Source/core/animation/CSSValueInterpolationType.cpp#newcode40 third_party/WebKit/Source/core/animation/CSSValueInterpolationType.cpp:40: InterpolationValue CSSValueInterpolationType::maybeConvertInitial( The initial and inherit code paths do ...
3 years, 11 months ago (2017-01-06 03:23:03 UTC) #4
alancutter (OOO until 2018)
https://codereview.chromium.org/2614613002/diff/1/third_party/WebKit/Source/core/animation/CSSValueInterpolationType.cpp File third_party/WebKit/Source/core/animation/CSSValueInterpolationType.cpp (right): https://codereview.chromium.org/2614613002/diff/1/third_party/WebKit/Source/core/animation/CSSValueInterpolationType.cpp#newcode40 third_party/WebKit/Source/core/animation/CSSValueInterpolationType.cpp:40: InterpolationValue CSSValueInterpolationType::maybeConvertInitial( On 2017/01/06 at 03:23:03, suzyh wrote: > ...
3 years, 11 months ago (2017-01-06 04:16:23 UTC) #5
suzyh_UTC10 (ex-contributor)
lgtm
3 years, 11 months ago (2017-01-06 04:22:24 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2614613002/20001
3 years, 11 months ago (2017-01-06 04:34:11 UTC) #8
commit-bot: I haz the power
3 years, 11 months ago (2017-01-06 06:12:25 UTC) #11
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/41d8555158262926a0971b6f40da...

Powered by Google App Engine
This is Rietveld 408576698