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

Unified Diff: Source/core/css/StylePropertySet.h

Issue 22917005: New parser mode for CSSOM @viewport descriptors. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
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
« Source/core/css/CSSParser-in.cpp ('K') | « Source/core/css/CSSParserMode.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/StylePropertySet.h
diff --git a/Source/core/css/StylePropertySet.h b/Source/core/css/StylePropertySet.h
index 7d8be4f50ad4ae1c20962a8e897feb0fb3521343..c3c7c2350838cb92f771ce2bb792550cdd81c783 100644
--- a/Source/core/css/StylePropertySet.h
+++ b/Source/core/css/StylePropertySet.h
@@ -136,9 +136,9 @@ protected:
, m_arraySize(immutableArraySize)
{ }
- unsigned m_cssParserMode : 2;
+ unsigned m_cssParserMode : 3;
mutable unsigned m_isMutable : 1;
- unsigned m_arraySize : 29;
+ unsigned m_arraySize : 28;
eseidel 2013/09/10 16:33:58 Do we have a constant somewhere to help make sure
rune 2013/09/12 13:05:01 Done.
friend class PropertySetCSSStyleDeclaration;
};
« Source/core/css/CSSParser-in.cpp ('K') | « Source/core/css/CSSParserMode.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698