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

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, 4 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 b82ea9a2571ab288beb732245c0de9304a74e932..50d4ccd2d5fd19b501f3e715ac2463bed8543097 100644
--- a/Source/core/css/CSSProperty.cpp
+++ b/Source/core/css/CSSProperty.cpp
@@ -437,6 +437,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