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

Unified Diff: chrome/browser/renderer_host/render_widget_host_view_mac.mm

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: chrome/browser/renderer_host/render_widget_host_view_mac.mm
diff --git a/chrome/browser/renderer_host/render_widget_host_view_mac.mm b/chrome/browser/renderer_host/render_widget_host_view_mac.mm
index bf4ce950865f2af8515c63ac99c92a43520098c6..580a3c016bccaaebe180d955370440e6776e8536 100644
--- a/chrome/browser/renderer_host/render_widget_host_view_mac.mm
+++ b/chrome/browser/renderer_host/render_widget_host_view_mac.mm
@@ -660,6 +660,9 @@ void RenderWidgetHostViewMac::KillSelf() {
}
}
+void RenderWidgetHostViewMac::PpapiPluginFocusChanged(bool focused) {
kochi 2011/05/25 06:19:44 TODO(kinaba): Implement this. is fine for now. If
kinaba 2011/05/25 22:23:53 Removed from the patch set 2. I have, but it is a
+}
+
void RenderWidgetHostViewMac::PluginFocusChanged(bool focused, int plugin_id) {
[cocoa_view_ pluginFocusChanged:(focused ? YES : NO) forPlugin:plugin_id];
}

Powered by Google App Engine
This is Rietveld 408576698