Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(275)

Unified Diff: third_party/WebKit/Source/web/WebViewImpl.h

Issue 2029423003: OOPIF IME: Renderer Side Changes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Implemented WebViewImpl::getCompositionCharacterBounds Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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; }

Powered by Google App Engine
This is Rietveld 408576698