| Index: chrome/browser/chromeos/cros/input_method_library.h
|
| diff --git a/chrome/browser/chromeos/cros/input_method_library.h b/chrome/browser/chromeos/cros/input_method_library.h
|
| index 64e1e1cf01a34d88046c969d77fb9492707d80a9..5bf175a427ece09d501581d852dee38d999216d4 100644
|
| --- a/chrome/browser/chromeos/cros/input_method_library.h
|
| +++ b/chrome/browser/chromeos/cros/input_method_library.h
|
| @@ -127,7 +127,7 @@ class InputMethodLibrary {
|
|
|
| // Clears last N handwriting strokes in libcros. See
|
| // chromeos::CancelHandwriting for details.
|
| - virtual void CancelHandwriting(int n_strokes) = 0;
|
| + virtual void CancelHandwritingStrokes(int stroke_count) = 0;
|
|
|
| virtual InputMethodDescriptor previous_input_method() const = 0;
|
| virtual InputMethodDescriptor current_input_method() const = 0;
|
|
|