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

Unified Diff: Source/core/style/ComputedStyle.h

Issue 778003003: List marker pseudo elements. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 8 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/core/layout/TextAutosizer.cpp ('k') | Source/core/style/ComputedStyleConstants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/style/ComputedStyle.h
diff --git a/Source/core/style/ComputedStyle.h b/Source/core/style/ComputedStyle.h
index 68ca01277030a20107a4f3a6ec9bb19d641c3f78..e7d016abee30647352673f53bc07e5d62324eb84 100644
--- a/Source/core/style/ComputedStyle.h
+++ b/Source/core/style/ComputedStyle.h
@@ -262,7 +262,7 @@ protected:
unsigned pageBreakInside : 2; // EPageBreak
unsigned styleType : 6; // PseudoId
- unsigned pseudoBits : 8;
+ unsigned pseudoBits : 9; // # public pseudoIds - 1
unsigned explicitInheritance : 1; // Explicitly inherits a non-inherited property
unsigned unique : 1; // Style can not be shared.
« no previous file with comments | « Source/core/layout/TextAutosizer.cpp ('k') | Source/core/style/ComputedStyleConstants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698