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

Unified Diff: Source/core/css/CSSProperty.cpp

Issue 19555002: Translate viewport related meta tags into @viewport descriptors as suggested by the CSS Device Adap… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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/core/css/CSSProperty.cpp
diff --git a/Source/core/css/CSSProperty.cpp b/Source/core/css/CSSProperty.cpp
index 8f07ff8a20f03ec98919b10970430aa17f1a79b0..a8f97d880d6f26e89e4038b009defb4cec7f5bfb 100644
--- a/Source/core/css/CSSProperty.cpp
+++ b/Source/core/css/CSSProperty.cpp
@@ -435,6 +435,8 @@ bool CSSProperty::isInheritedProperty(CSSPropertyID propertyID)
case CSSPropertyFloodOpacity:
case CSSPropertyFontStretch:
case CSSPropertyHeight:
+ case CSSPropertyInternalPriority:
+ case CSSPropertyInternalTargetDensity:
case CSSPropertyLeft:
case CSSPropertyLightingColor:
case CSSPropertyMargin:

Powered by Google App Engine
This is Rietveld 408576698