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

Unified Diff: ppapi/c/dev/ppb_text_input_dev.h

Issue 8059006: Additional update on Pepper IME API and boilerplate thunk/proxy implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Make win_shared happy. Created 9 years, 3 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
« no previous file with comments | « ppapi/c/dev/ppb_ime_input_event_dev.h ('k') | ppapi/c/ppb_input_event.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/dev/ppb_text_input_dev.h
diff --git a/ppapi/c/dev/ppb_text_input_dev.h b/ppapi/c/dev/ppb_text_input_dev.h
index 51c990e74c92eee26a65762f24660348bc1cfced..3eca1a3d2208953d4865031a848f09fdf2b41040 100644
--- a/ppapi/c/dev/ppb_text_input_dev.h
+++ b/ppapi/c/dev/ppb_text_input_dev.h
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-/* From dev/ppb_text_input_dev.idl modified Wed Sep 14 12:51:46 2011. */
+/* From dev/ppb_text_input_dev.idl modified Tue Sep 27 14:34:33 2011. */
#ifndef PPAPI_C_DEV_PPB_TEXT_INPUT_DEV_H_
#define PPAPI_C_DEV_PPB_TEXT_INPUT_DEV_H_
@@ -84,10 +84,6 @@ struct PPB_TextInput_Dev {
const struct PP_Rect* caret,
const struct PP_Rect* bounding_box);
/**
- * Forces to commit the current composition text in IME.
- */
- void (*ConfirmCompositionText)(PP_Instance instance);
- /**
* Cancels the current composition in IME.
*/
void (*CancelCompositionText)(PP_Instance instance);
« no previous file with comments | « ppapi/c/dev/ppb_ime_input_event_dev.h ('k') | ppapi/c/ppb_input_event.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698