| Index: public/web/WebDocument.h
|
| diff --git a/public/web/WebDocument.h b/public/web/WebDocument.h
|
| index 26bc3ae7379c6a53ff1fdaabd2597f74aed6048d..0948c409a1d5569c3ea4a3e3ac93c4c6fb6f3803 100644
|
| --- a/public/web/WebDocument.h
|
| +++ b/public/web/WebDocument.h
|
| @@ -128,6 +128,11 @@ public:
|
| // WebView.
|
| WEBKIT_EXPORT void insertUserStyleSheet(const WebString& sourceCode, UserStyleLevel);
|
|
|
| + // Arranges to call WebFrameClient::didMatchCSS(frame(), ...) when one of
|
| + // the selectors matches or stops matching an element in this document.
|
| + // Each call to this method overrides any previous calls.
|
| + WEBKIT_EXPORT void watchCSSSelectors(const WebVector<WebString>& selectors);
|
| +
|
| WEBKIT_EXPORT WebVector<WebDraggableRegion> draggableRegions() const;
|
|
|
| #if WEBKIT_IMPLEMENTATION
|
|
|