| 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..46fe3318adca072e4cc4dae8c2bea5ee8b5d96b2 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 void AnnotatedRegionsChanged() = 0;
 | 
|  };
 | 
|  
 | 
|  }  // namespace blink
 | 
| 
 |