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

Unified Diff: ui/base/ime/dummy_text_input_client.cc

Issue 80583002: [FYI] All-in-one OnCandidateWindow{Show,Update,Hide} (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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: ui/base/ime/dummy_text_input_client.cc
diff --git a/ui/base/ime/dummy_text_input_client.cc b/ui/base/ime/dummy_text_input_client.cc
index 769cfd130923611177da4ba46b56cca7017e1fe3..67c8e00d344ce8382eff0de2ed5820526fc3222f 100644
--- a/ui/base/ime/dummy_text_input_client.cc
+++ b/ui/base/ime/dummy_text_input_client.cc
@@ -99,4 +99,13 @@ void DummyTextInputClient::ExtendSelectionAndDelete(size_t before,
void DummyTextInputClient::EnsureCaretInRect(const gfx::Rect& rect) {
}
+void DummyTextInputClient::OnCandidateWindowShow() {
+}
+
+void DummyTextInputClient::OnCandidateWindowUpdate() {
+}
+
+void DummyTextInputClient::OnCandidateWindowHide() {
+}
+
} // namespace ui

Powered by Google App Engine
This is Rietveld 408576698