Chromium Code Reviews| 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 f1fb678152bd9770d263301470c8bb3be8732d4c..f2a0c2c015e7d49f82542bfc7316eb2d57e8ed25 100644 |
| --- a/third_party/WebKit/Source/web/WebViewImpl.h |
| +++ b/third_party/WebKit/Source/web/WebViewImpl.h |
| @@ -158,6 +158,7 @@ public: |
| void didLosePointerLock() override; |
| void didChangeWindowResizerRect() override; |
| void reportFixedRasterScaleUseCounters(bool hasBlurryContent, bool hasPotentialPerformanceRegression) override; |
| + bool getCompositionCharacterBounds(WebVector<WebRect>& bounds) override; |
|
kenrb
2016/06/07 20:18:13
The IME methods in WebViewImpl could possibly be m
dcheng
2016/06/08 04:39:43
It seems inconsistent to move the code off RenderV
kenrb
2016/06/08 15:26:04
A bit more concrete argument for this that I thoug
EhsanK
2016/06/09 03:24:26
Acknowledged.
EhsanK
2016/06/09 03:24:26
Acknowledged.
|
| // WebView methods: |
| virtual bool isWebView() const { return true; } |