| Index: public/web/WebFrameClient.h
|
| diff --git a/public/web/WebFrameClient.h b/public/web/WebFrameClient.h
|
| index e5a6da2a5a3ca98c8e5ff9d92c6a40699ad00a51..08ad652c755abf9805a908cd2b3da9a55a5a9c95 100644
|
| --- a/public/web/WebFrameClient.h
|
| +++ b/public/web/WebFrameClient.h
|
| @@ -123,6 +123,9 @@ public:
|
| // This frame's name has changed.
|
| virtual void didChangeName(WebFrame*, const WebString&) { }
|
|
|
| + // Called when a watched CSS selector matches or stops matching.
|
| + virtual void didMatchCSS(WebFrame*, const WebVector<WebString>& newlyMatchingSelectors, const WebVector<WebString>& stoppedMatchingSelectors) { }
|
| +
|
| // Load commands -------------------------------------------------------
|
|
|
| // The client should handle the navigation externally.
|
|
|