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

Unified Diff: Source/build/scripts/templates/StyleBuilder.cpp.tmpl

Issue 371443003: Merge .in files for css/svg properties into a single file (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@cascade
Patch Set: up-to-date version of entire patch Created 6 years, 5 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
« no previous file with comments | « Source/build/scripts/scripts.gypi ('k') | Source/build/scripts/templates/StyleBuilderFunctions.cpp.tmpl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/build/scripts/templates/StyleBuilder.cpp.tmpl
diff --git a/Source/build/scripts/templates/StyleBuilder.cpp.tmpl b/Source/build/scripts/templates/StyleBuilder.cpp.tmpl
index 354e142780e219f43115adc54fdba355cdf11dae..1c55b1feb86a87e7fef1ee916253a89b4a377807 100644
--- a/Source/build/scripts/templates/StyleBuilder.cpp.tmpl
+++ b/Source/build/scripts/templates/StyleBuilder.cpp.tmpl
@@ -27,12 +27,11 @@ void StyleBuilder::applyProperty(CSSPropertyID property, StyleResolverState& sta
return;
{% endfor %}
- {% for property_id, property in properties.items() if property.skip %}
+ {% for property_id, property in properties.items() if property.sb_skip %}
case {{property_id}}:
{% endfor %}
return;
default:
- // FIXME: We should explicitly handle all cases here once we merge the various .in files
ASSERT_NOT_REACHED();
}
}
« no previous file with comments | « Source/build/scripts/scripts.gypi ('k') | Source/build/scripts/templates/StyleBuilderFunctions.cpp.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698