Index: third_party/WebKit/public/web/WebLocalFrame.h |
diff --git a/third_party/WebKit/public/web/WebLocalFrame.h b/third_party/WebKit/public/web/WebLocalFrame.h |
index dc231c9baddb1dbe2b47edcbcea96a7b56aa8d9d..89c835107460303e139664940f528796257a7ef1 100644 |
--- a/third_party/WebKit/public/web/WebLocalFrame.h |
+++ b/third_party/WebKit/public/web/WebLocalFrame.h |
@@ -152,7 +152,7 @@ public: |
// Focus ------------------------------------------------------------------ |
// Called when this frame loses focus to a frame in another process. |
- virtual void clearFocus() = 0; |
+ virtual void clearFocus(WebRemoteFrame*) = 0; |
dcheng
2015/10/28 00:34:15
Hm...
It feels a little wonky to have both this a
alexmos
2015/11/02 23:23:51
After also investigating what it'd take to support
|
// Content Settings ------------------------------------------------------- |