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

Issue 24932003: Use DEFINE_CSS_VALUE_TYPE_CASTS instead of using manual type cast function for CSSShaderValue (Closed)

Created:
7 years, 2 months ago by gyuyoung-inactive
Modified:
7 years, 2 months ago
Reviewers:
tkent
CC:
blink-reviews, dglazkov+blink, apavlov+blink_chromium.org, darktears
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Use DEFINE_CSS_VALUE_TYPE_CASTS instead of using manual type cast function for CSSShaderValue This cl changes isCSSShaderValue() to isShaderValue() in order to use DEFINE_CSS_VALUE_TYPE_CASTS template. Besides this cl checks if CSSValue is CSSShaderValue before doing a type cast so that it has same behavior with other type cast function. BUG=N/A Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=158418

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -14 lines) Patch
M Source/core/css/CSSShaderValue.h View 1 chunk +1 line, -7 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/FilterOperationResolver.cpp View 4 chunks +12 lines, -5 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
gyuyoung-inactive
Add tkent to reviewer.
7 years, 2 months ago (2013-09-27 02:20:54 UTC) #1
tkent
lgtm
7 years, 2 months ago (2013-09-27 03:29:16 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/24932003/1
7 years, 2 months ago (2013-09-27 03:29:27 UTC) #3
commit-bot: I haz the power
7 years, 2 months ago (2013-09-27 05:26:45 UTC) #4
Message was sent while issue was closed.
Change committed as 158418

Powered by Google App Engine
This is Rietveld 408576698