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

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

Issue 1164573002: CSSValue Immediates: Change CSSValue to an object instead of a pointer (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 5 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
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 537baf0b6fbde46856c5466803673ba1d85315a2..cc09fbd0470bc43c7d1d6370877e4d80b230bcd2 100644
--- a/Source/build/scripts/templates/StyleBuilder.cpp.tmpl
+++ b/Source/build/scripts/templates/StyleBuilder.cpp.tmpl
@@ -13,7 +13,7 @@
namespace blink {
-void StyleBuilder::applyProperty(CSSPropertyID property, StyleResolverState& state, CSSValue* value, bool isInitial, bool isInherit) {
+void StyleBuilder::applyProperty(CSSPropertyID property, StyleResolverState& state, CSSValue value, bool isInitial, bool isInherit) {
switch(property) {
{% for property_id, property in properties.items()
if property.should_declare_functions or property.use_handlers_for %}

Powered by Google App Engine
This is Rietveld 408576698