Chromium Code Reviews
DescriptionA quick fix for Issue 26880.
As Firefox does, we need to use Carbon APIs to finish an ongoing composition because Leopard does not have Cocoa API [NSTextInputContext discardMarkedText:].
I'm wondering if this code can be compiled on Snow Leopard having xcode 4.2 installed, this change enclose this Carbon call with #ifdef and #endif.
BUG=26880
TEST=Enable a Chinese IME, type "baobao", click outside from the candidate window, and check if the candidate window is closed.
Patch Set 1 #
|
|||||||||||||||||||