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

Issue 24467007: Generate toCSSCalcValue() instead of using manual inline functions (Closed)

Created:
7 years, 2 months ago by gyuyoung-inactive
Modified:
7 years, 2 months ago
Reviewers:
tkent
CC:
blink-reviews, shans, rjwright, alancutter (OOO until 2018), Mike Lawther (Google), dglazkov+blink, dstockwell, Timothy Loh, apavlov+blink_chromium.org, darktears, Steve Block, dino_apple.com, Eric Willigers
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Generate toCSSCalcValue() instead of using manual inline functions DEFINE_CSS_VALUE_TYPE_CASTS can support better type cast functions. So, this cl replaces existing type cast functions with it. This cl changes isCalculationValue() with isCalcValue() to be sync with CSSCalcValue class as well as generate toCSSFooValue(). BUG=N/A Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=158363

Patch Set 1 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -17 lines) Patch
M Source/core/animation/AnimatableNumber.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/css/CSSCalculationValue.h View 1 chunk +1 line, -11 lines 0 comments Download
M Source/core/css/CSSValue.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSValue.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/resolver/StyleBuilderCustom.cpp View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
gyuyoung-inactive
Add tkent.
7 years, 2 months ago (2013-09-26 04:54:07 UTC) #1
tkent
lgtm
7 years, 2 months ago (2013-09-26 04:57:18 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gyuyoung.kim@samsung.com/24467007/3001
7 years, 2 months ago (2013-09-26 04:57:30 UTC) #3
commit-bot: I haz the power
7 years, 2 months ago (2013-09-26 07:21:36 UTC) #4
Message was sent while issue was closed.
Change committed as 158363

Powered by Google App Engine
This is Rietveld 408576698