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

Unified Diff: third_party/WebKit/Source/core/css/resolver/StyleBuilderCustom.cpp

Issue 2406203004: Compute registered properties after resolving high priority properties (Closed)
Patch Set: font size cycle test Created 4 years, 2 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/resolver/StyleBuilderCustom.cpp
diff --git a/third_party/WebKit/Source/core/css/resolver/StyleBuilderCustom.cpp b/third_party/WebKit/Source/core/css/resolver/StyleBuilderCustom.cpp
index 46ee042dd0bfc72e003a56f247efa90f815447fe..38d3d9a3f46aa93e31397c0b94a87a4da09b230e 100644
--- a/third_party/WebKit/Source/core/css/resolver/StyleBuilderCustom.cpp
+++ b/third_party/WebKit/Source/core/css/resolver/StyleBuilderCustom.cpp
@@ -954,8 +954,6 @@ void StyleBuilderFunctions::applyValueCSSPropertyVariable(
const CSSValue* parsedValue =
declaration.value()->parseForSyntax(registration->syntax());
if (parsedValue) {
- parsedValue = &StyleBuilderConverter::convertRegisteredPropertyValue(
- state, *parsedValue);
DCHECK(parsedValue);
if (isInheritedProperty)
state.style()->setResolvedInheritedVariable(name, declaration.value(),

Powered by Google App Engine
This is Rietveld 408576698