summaryrefslogtreecommitdiffstats
path: root/chromeos
diff options
context:
space:
mode:
authorkomatsu@chromium.org <komatsu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-30 03:09:47 +0000
committerkomatsu@chromium.org <komatsu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-30 03:09:47 +0000
commitacf28a951300b32b3e0afbef6e311363483fe928 (patch)
treebeb6a7e4cdcfc8cb83dd6ded7c34388827009359 /chromeos
parent244a421fd3f3c8f044645fbef7c3c57d65465472 (diff)
downloadchromium_src-acf28a951300b32b3e0afbef6e311363483fe928.zip
chromium_src-acf28a951300b32b3e0afbef6e311363483fe928.tar.gz
chromium_src-acf28a951300b32b3e0afbef6e311363483fe928.tar.bz2
Create InputMethodEngine::(Set|Get)CandidateWindowProperty and delete
redundant functions. SetCandidateWindowProperty implemented in api/input_ime/input_ime_api.cc called several InputMethodEngine's functions. This is redundant, so those functions are merged into a single function by this patch. BUG=293117 Review URL: https://codereview.chromium.org/24177002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@225914 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chromeos')
-rw-r--r--chromeos/dbus/ibus/ibus_lookup_table.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/chromeos/dbus/ibus/ibus_lookup_table.cc b/chromeos/dbus/ibus/ibus_lookup_table.cc
index 7bc9637..0d54b158 100644
--- a/chromeos/dbus/ibus/ibus_lookup_table.cc
+++ b/chromeos/dbus/ibus/ibus_lookup_table.cc
@@ -52,6 +52,9 @@ void IBusLookupTable::CopyFrom(const IBusLookupTable& table) {
candidates_ = table.candidates_;
}
+
+// When the default values are changed, please modify
+// InputMethodEngine::CandidateWindowProperty too.
IBusLookupTable::CandidateWindowProperty::CandidateWindowProperty()
: page_size(kDefaultPageSize),
cursor_position(0),