Index: third_party/WebKit/Source/core/frame/LocalFrameClient.h |
diff --git a/third_party/WebKit/Source/core/frame/LocalFrameClient.h b/third_party/WebKit/Source/core/frame/LocalFrameClient.h |
index 12070f1307315985d21919dc5debfa54f9d26e5a..e546a2294e0e3a3b3dadcfbff783fe2d1a14114a 100644 |
--- a/third_party/WebKit/Source/core/frame/LocalFrameClient.h |
+++ b/third_party/WebKit/Source/core/frame/LocalFrameClient.h |
@@ -347,6 +347,8 @@ class CORE_EXPORT LocalFrameClient : public FrameClient { |
virtual TextCheckerClient& GetTextCheckerClient() const = 0; |
virtual std::unique_ptr<WebURLLoader> CreateURLLoader() = 0; |
+ |
+ virtual Frame* FindFrame(const AtomicString& name) const = 0; |
}; |
} // namespace blink |