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/dom/Element.h

Issue 14846002: Implement the Custom Elements :unresolved pseudoclass (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Adds a test and fixes style sharing. Created 7 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/dom/Element.h
diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h
index 5b75fbdbaacf83723dc68de648fe40bbc7d1e374..10d172010a649bedc9867dedbc24d36f77161700 100644
--- a/Source/core/dom/Element.h
+++ b/Source/core/dom/Element.h
@@ -454,6 +454,8 @@ public:
void setIsInCanvasSubtree(bool);
bool isInCanvasSubtree() const;
+ bool isUnresolvedCustomElement();
+
AtomicString computeInheritedLanguage() const;
Locale& locale() const;

Powered by Google App Engine
This is Rietveld 408576698