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

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

Issue 17654008: Implement the ::backdrop pseudo-element for modal <dialog>. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix failing tests Created 7 years, 6 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/CSSSelector.h
diff --git a/Source/core/css/CSSSelector.h b/Source/core/css/CSSSelector.h
index 6f6b75c270e7d1017d922d908c365e7416e81ae2..2342a60267f06356c001196b8a4e6cda9e523b44 100644
--- a/Source/core/css/CSSSelector.h
+++ b/Source/core/css/CSSSelector.h
@@ -121,6 +121,7 @@ namespace WebCore {
PseudoTarget,
PseudoBefore,
PseudoAfter,
+ PseudoBackdrop,
PseudoLang,
PseudoNot,
PseudoResizer,

Powered by Google App Engine
This is Rietveld 408576698