| Index: public/web/WebFrameClient.h
|
| diff --git a/public/web/WebFrameClient.h b/public/web/WebFrameClient.h
|
| index f182ff94fbb982c5c0b365bb81047e18618a884f..6cad594aa83dc54cce62f17e5b9724acbab27eb2 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.
|
|
|