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

Unified Diff: public/web/WebWidget.h

Issue 1162853002: Remove IME API from Blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: remove interface in WebWidgets.h Created 5 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
« no previous file with comments | « Source/web/WebViewImpl.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebWidget.h
diff --git a/public/web/WebWidget.h b/public/web/WebWidget.h
index 80cc6496b3a50ebc458d82118b35866626377fd1..a75f93894330d2b7c07d3807dd66fe782fe47a7f 100644
--- a/public/web/WebWidget.h
+++ b/public/web/WebWidget.h
@@ -218,13 +218,6 @@ public:
// If the selection range is empty, it returns the caret bounds.
virtual bool selectionBounds(WebRect& anchor, WebRect& focus) const { return false; }
- // Called to notify that IME candidate window has changed its visibility or
- // its appearance. These calls correspond to trigger
- // candidatewindow{show,update,hide} events defined in W3C IME API.
- virtual void didShowCandidateWindow() { }
- virtual void didUpdateCandidateWindow() { }
- virtual void didHideCandidateWindow() { }
-
// Returns the text direction at the start and end bounds of the current selection.
// If the selection range is empty, it returns false.
virtual bool selectionTextDirection(WebTextDirection& start, WebTextDirection& end) const { return false; }
« no previous file with comments | « Source/web/WebViewImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698