Chromium Code Reviews| Index: third_party/WebKit/Source/web/LocalFrameClientImpl.h |
| diff --git a/third_party/WebKit/Source/web/LocalFrameClientImpl.h b/third_party/WebKit/Source/web/LocalFrameClientImpl.h |
| index 87847c3ebb566ff296dbbb1c5bde3c569300aeb9..20481276a2abe7a48d4e22fe41af18b9abdf4dfc 100644 |
| --- a/third_party/WebKit/Source/web/LocalFrameClientImpl.h |
| +++ b/third_party/WebKit/Source/web/LocalFrameClientImpl.h |
| @@ -225,6 +225,8 @@ class LocalFrameClientImpl final : public LocalFrameClient { |
| void abortClientNavigation() override; |
| + TextCheckerClient* textCheckerClient() const override; |
|
Xiaocheng
2017/04/04 02:03:21
Is it the correct way to expose it to core?
|
| + |
| private: |
| explicit LocalFrameClientImpl(WebLocalFrameImpl*); |