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

Unified Diff: sky/engine/public/web/WebWidget.h

Issue 880663002: Remove InputMethodContext. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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 | « sky/engine/core/html/ime/InputMethodContext.idl ('k') | sky/engine/web/ChromeClientImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/public/web/WebWidget.h
diff --git a/sky/engine/public/web/WebWidget.h b/sky/engine/public/web/WebWidget.h
index 491e4f2fec9255d66c59341a16685b142ae5740f..4a394aa61b971cc8e894e1fdfa0c5d92c7fa1366 100644
--- a/sky/engine/public/web/WebWidget.h
+++ b/sky/engine/public/web/WebWidget.h
@@ -119,13 +119,6 @@ public:
// Returns information about the current text input of this WebWidget.
virtual WebTextInputInfo textInputInfo() = 0;
- // 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() = 0;
- virtual void didUpdateCandidateWindow() = 0;
- virtual void didHideCandidateWindow() = 0;
-
// The page background color. Can be used for filling in areas without
// content.
virtual WebColor backgroundColor() const = 0;
« no previous file with comments | « sky/engine/core/html/ime/InputMethodContext.idl ('k') | sky/engine/web/ChromeClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698