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

Unified Diff: third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.h

Issue 1405293012: [Variables] Enable get/setProperty and similar APIs from the CSSOM (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix CSSPropertyMetadata::isEnabledProperty Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.h
diff --git a/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.h b/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.h
index 6fc6e4f7416197a587a23644bf3d2531eaa5f4b4..cdcbe6c693a8820c511fe8d145b619e09b917fb3 100644
--- a/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.h
+++ b/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.h
@@ -97,7 +97,7 @@ private:
void setCSSText(const String&, ExceptionState&) override;
PassRefPtrWillBeRawPtr<CSSValue> getPropertyCSSValueInternal(CSSPropertyID) override;
String getPropertyValueInternal(CSSPropertyID) override;
- void setPropertyInternal(CSSPropertyID, const String& value, bool important, ExceptionState&) override;
+ void setPropertyInternal(CSSPropertyID, const String& propertyName, const String& value, bool important, ExceptionState&) override;
Timothy Loh 2015/11/14 02:21:05 maybe customPropertyName here and everywhere else,
leviw_travelin_and_unemployed 2015/11/17 01:25:07 SGTM.
bool cssPropertyMatches(CSSPropertyID, const CSSValue*) const override;

Powered by Google App Engine
This is Rietveld 408576698