Index: public/web/WebFrameClient.h |
diff --git a/public/web/WebFrameClient.h b/public/web/WebFrameClient.h |
index e5a6da2a5a3ca98c8e5ff9d92c6a40699ad00a51..54b64058066f68d8ce7ecaae01be467b3e92daf4 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 -webkit-callback CSS rule 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. |