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

Unified Diff: chrome/browser/chromeos/input_method/mock_input_method_engine.cc

Issue 641243005: Support a private event - inputMethodPrivate.onCompositionBoundsChanged so that component IME exten… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits + unit test Created 6 years, 2 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: chrome/browser/chromeos/input_method/mock_input_method_engine.cc
diff --git a/chrome/browser/chromeos/input_method/mock_input_method_engine.cc b/chrome/browser/chromeos/input_method/mock_input_method_engine.cc
index 37c12eddf03aed8c6c87f664c9771e7062c6cd59..690f90a8b02d7c1f1ed787f866c7671bd4e0c42b 100644
--- a/chrome/browser/chromeos/input_method/mock_input_method_engine.cc
+++ b/chrome/browser/chromeos/input_method/mock_input_method_engine.cc
@@ -129,4 +129,7 @@ void MockInputMethodEngine::SetSurroundingText(const std::string& text,
uint32 anchor_pos) {
}
+void MockInputMethodEngine::SetCompositionBounds(const gfx::Rect& bounds) {
+}
+
} // namespace chromeos

Powered by Google App Engine
This is Rietveld 408576698