| Index: third_party/WebKit/Source/web/WebViewImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebViewImpl.h b/third_party/WebKit/Source/web/WebViewImpl.h
|
| index 1b130a7368a06b6ecaefac789f3004d5baecac32..ce7992a29c8633a85ac645cff0b12460ea7dcddb 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.h
|
| @@ -158,6 +158,8 @@ public:
|
| void didLosePointerLock() override;
|
| void didChangeWindowResizerRect() override;
|
| void reportFixedRasterScaleUseCounters(bool hasBlurryContent, bool hasPotentialPerformanceRegression) override;
|
| + bool getCompositionCharacterBounds(WebVector<WebRect>& bounds) override;
|
| + void adjustReplacementRangeForAccentedCharacters(int start, int length) override;
|
|
|
| // WebView methods:
|
| virtual bool isWebView() const { return true; }
|
|
|