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

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
Index: Source/core/style/ComputedStyle.h
diff --git a/Source/core/style/ComputedStyle.h b/Source/core/style/ComputedStyle.h
index 378a1022d4d06a822e9b1c2ed7e82935bb863183..b77c3641a924cc50c2fd772e86c937fe5b42e4d2 100644
--- a/Source/core/style/ComputedStyle.h
+++ b/Source/core/style/ComputedStyle.h
@@ -260,7 +260,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.

Powered by Google App Engine
This is Rietveld 408576698