| 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 100929421eb0a593eb94b1bcf536e52be4f591f8..018eccec6c8b67ef08850ad842668f2cafd3301d 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 string must start with "-webkit-" or "-internal-". The
|
| + // former can be used as a selector in any places, and the latter can be
|
| + // used only in UA stylesheet.
|
| void setShadowPseudoId(const AtomicString&);
|
|
|
| LayoutSize minimumSizeForResizing() const;
|
|
|