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

Unified Diff: chrome/browser/renderer_host/render_widget_host_view_win.cc

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_win.cc
diff --git a/chrome/browser/renderer_host/render_widget_host_view_win.cc b/chrome/browser/renderer_host/render_widget_host_view_win.cc
index 407bc1d3c418727a58f42e1a1e2d9563efeefa03..274c4df06e4fd4030f2c931114a0a79b792b1d21 100644
--- a/chrome/browser/renderer_host/render_widget_host_view_win.cc
+++ b/chrome/browser/renderer_host/render_widget_host_view_win.cc
@@ -500,6 +500,9 @@ bool RenderWidgetHostViewWin::HasFocus() {
return ::GetFocus() == m_hWnd;
}
+void RenderWidgetHostViewWin::PpapiPluginFocusChanged(bool focused) {
kochi 2011/05/25 06:19:44 Add TODO() or a comment why no implementation here
kinaba 2011/05/25 22:23:53 (Removed from the patch set 2.)
+}
+
void RenderWidgetHostViewWin::Show() {
DCHECK(parent_hwnd_);
DCHECK(parent_hwnd_ != GetDesktopWindow());

Powered by Google App Engine
This is Rietveld 408576698