DescriptionShow composition window for IME-unaware PPAPI plugins on Windows.
When a PPAPI plugin does not support drawing composition text by themselves,
outer environment is expected to do it instead. This patch implements it on Windows.
BUG=97189
TEST=Manual test by a dummy plugin.
1. ninja -C out/Debug chrome ppapi_example_ime
2. out/Debug/chrome --register-pepper-plugins='/path/to/ppapi_example_ime.dll;application/x-ppapi-example-ime' file:///path/to/ppapi/example/ime/ime.html
3. type some text via IME on 2nd and 3rd plugin widget.
4. verify pre-edit composition text is displayed.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=158756
Patch Set 1 : #
Total comments: 2
Patch Set 2 : Style fix. #
Messages
Total messages: 7 (0 generated)
|