| Index: third_party/WebKit/Source/core/frame/WebLocalFrameBase.h
|
| diff --git a/third_party/WebKit/Source/core/frame/WebLocalFrameBase.h b/third_party/WebKit/Source/core/frame/WebLocalFrameBase.h
|
| index ef7213c0142d28dcc52788eeb219adb314244798..81c6d8bfe75e728d7ffea66130871084e60fb71b 100644
|
| --- a/third_party/WebKit/Source/core/frame/WebLocalFrameBase.h
|
| +++ b/third_party/WebKit/Source/core/frame/WebLocalFrameBase.h
|
| @@ -76,6 +76,8 @@ class WebLocalFrameBase : public GarbageCollectedFinalized<WebLocalFrameBase>,
|
| virtual SharedWorkerRepositoryClientImpl* SharedWorkerRepositoryClient()
|
| const = 0;
|
| virtual TextCheckerClient& GetTextCheckerClient() const = 0;
|
| + virtual TextFinder* GetTextFinder() const = 0;
|
| + virtual void SetInputEventsTransformForEmulation(const IntSize&, float) = 0;
|
|
|
| DEFINE_INLINE_VIRTUAL_TRACE() {}
|
|
|
|
|