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

Unified Diff: chrome/renderer/render_view.h

Issue 3782012: Merge 62820 - Implement IME for Mac plugins using the Cocoa event model on 10... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/552/src/
Patch Set: Created 10 years, 2 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 | « chrome/plugin/webplugin_proxy.cc ('k') | chrome/renderer/render_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/render_view.h
===================================================================
--- chrome/renderer/render_view.h (revision 62862)
+++ chrome/renderer/render_view.h (working copy)
@@ -304,7 +304,10 @@
uint32 GetCPBrowsingContext();
#if defined(OS_MACOSX)
- // Helper routines for GPU plugin support. Used by the
+ // Enables/disabled plugin IME for the given plugin.
+ void SetPluginImeEnabled(bool enabled, int plugin_id);
+
+ // Helper routines for accelerated plugin support. Used by the
// WebPluginDelegateProxy, which has a pointer to the RenderView.
gfx::PluginWindowHandle AllocateFakePluginWindowHandle(bool opaque,
bool root);
@@ -824,6 +827,9 @@
void OnFillPasswordForm(
const webkit_glue::PasswordFormFillData& form_data);
void OnPaste();
+#if defined(OS_MACOSX)
+ void OnPluginImeCompositionConfirmed(const string16& text, int plugin_id);
+#endif
void OnPrintingDone(int document_cookie, bool success);
void OnPrintPages();
void OnRedo();
« no previous file with comments | « chrome/plugin/webplugin_proxy.cc ('k') | chrome/renderer/render_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698