Chromium Code Reviews| 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; |