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

Issue 286403004: Add default value for second argument of CSSComputedStyleDeclaration::getPropertyCSSValue() (Closed)

Created:
6 years, 7 months ago by Inactive
Modified:
6 years, 7 months ago
Reviewers:
dstockwell, pdr., esprehn
CC:
blink-reviews, blink-reviews-css, ed+blinkwatch_opera.com, dglazkov+blink, apavlov+blink_chromium.org, darktears, rune+blink, rwlbuis
Visibility:
Public.

Description

Add default value for second argument of CSSComputedStyleDeclaration::getPropertyCSSValue() Add default value for second argument of CSSComputedStyleDeclaration::getPropertyCSSValue() instead of overloading. This avoids incurring the cost of an extra function call (since the overload was not inlined) only to provide UpdateLayout as default value for the EUpdateLayout argument. R=esprehn@chromium.org, dstockwell@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=174394

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -7 lines) Patch
M Source/core/css/CSSComputedStyleDeclaration.h View 1 chunk +1 line, -2 lines 0 comments Download
M Source/core/css/CSSComputedStyleDeclaration.cpp View 1 chunk +0 lines, -5 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Inactive
6 years, 7 months ago (2014-05-17 23:41:38 UTC) #1
Inactive
6 years, 7 months ago (2014-05-20 18:19:11 UTC) #2
pdr.
On 2014/05/20 18:19:11, Chris Dumez wrote: LGTM
6 years, 7 months ago (2014-05-20 18:21:14 UTC) #3
pdr.
The CQ bit was checked by pdr@chromium.org
6 years, 7 months ago (2014-05-20 18:21:18 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ch.dumez@samsung.com/286403004/1
6 years, 7 months ago (2014-05-20 18:21:40 UTC) #5
commit-bot: I haz the power
6 years, 7 months ago (2014-05-20 18:35:22 UTC) #6
Message was sent while issue was closed.
Change committed as 174394

Powered by Google App Engine
This is Rietveld 408576698