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

Unified Diff: third_party/WebKit/Source/core/dom/Element.h

Issue 1958073002: Introduce :-internal-shadow-host-has-appearance pseudo class, and apply it to METER element. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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: third_party/WebKit/Source/core/dom/Element.h
diff --git a/third_party/WebKit/Source/core/dom/Element.h b/third_party/WebKit/Source/core/dom/Element.h
index cb15e383d557763553b27bf7dcadec94ce5c7aa8..eb1926981bc6a44efc56092ef247619c5f38b0d4 100644
--- a/third_party/WebKit/Source/core/dom/Element.h
+++ b/third_party/WebKit/Source/core/dom/Element.h
@@ -450,6 +450,9 @@ public:
virtual String defaultToolTip() const { return String(); }
virtual const AtomicString& shadowPseudoId() const;
+ // The specified ID string must start with "-webkit-". Also, if it starts
+ // with "-webkit-internal-", selectors including the pseudo ID is usable
esprehn 2016/05/09 19:39:50 just -internal, not -webkit-internal. We don't add
tkent 2016/05/10 04:29:29 Done. PseudoWebKitCustomElement needs to start wit
+ // only in UA stylesheet.
void setShadowPseudoId(const AtomicString&);
LayoutSize minimumSizeForResizing() const;

Powered by Google App Engine
This is Rietveld 408576698