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

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

Issue 2726733004: [Experimental] Implement some part of custom properties in style maps (Closed)
Patch Set: Merge branch 'remove-random' into computedstyle Created 3 years, 9 months 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 d237fe3ac25f9fdc38687355d33a889e5e0a2c74..ca1190095c8f5defd7e2400407ad474d3b9a4c50 100644
--- a/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.h
+++ b/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.h
@@ -48,6 +48,8 @@ class CORE_EXPORT CSSComputedStyleDeclaration final
return new CSSComputedStyleDeclaration(node, allowVisitedStyle,
pseudoElementName);
}
+
+ static const Vector<CSSPropertyID>& computableProperties();
~CSSComputedStyleDeclaration() override;
String getPropertyValue(CSSPropertyID) const;

Powered by Google App Engine
This is Rietveld 408576698