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

Unified Diff: content/renderer/pepper_plugin_delegate_impl.h

Issue 6990072: The first step for enabling off-the-spot IME on Pepper on ChromeOS/Linux. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 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
Index: content/renderer/pepper_plugin_delegate_impl.h
diff --git a/content/renderer/pepper_plugin_delegate_impl.h b/content/renderer/pepper_plugin_delegate_impl.h
index bab21c4ebf53dda8bdb8b4fdebb44b21455a2c90..417c02b084a082ce1d23eb1b8af04184b453f64f 100644
--- a/content/renderer/pepper_plugin_delegate_impl.h
+++ b/content/renderer/pepper_plugin_delegate_impl.h
@@ -162,6 +162,7 @@ class PepperPluginDelegateImpl
void OnSetFocus(bool has_focus);
// PluginDelegate implementation.
+ virtual void PluginFocusChanged(bool focused);
oshima 2011/05/25 17:18:18 OVERRIDE
kinaba 2011/05/25 22:23:53 Done.
virtual void PluginCrashed(webkit::ppapi::PluginInstance* instance);
virtual void InstanceCreated(
webkit::ppapi::PluginInstance* instance);

Powered by Google App Engine
This is Rietveld 408576698