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

Unified Diff: chrome/browser/renderer_host/render_widget_host_view_views.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: chrome/browser/renderer_host/render_widget_host_view_views.h
diff --git a/chrome/browser/renderer_host/render_widget_host_view_views.h b/chrome/browser/renderer_host/render_widget_host_view_views.h
index 777f8178ba6e634f522b3832d73ff31d3100c2e8..1dd8656a530c3145ddaaf31eab0b19fa84956ad6 100644
--- a/chrome/browser/renderer_host/render_widget_host_view_views.h
+++ b/chrome/browser/renderer_host/render_widget_host_view_views.h
@@ -83,6 +83,8 @@ class RenderWidgetHostViewViews : public RenderWidgetHostView,
virtual void AcceleratedCompositingActivated(bool activated) OVERRIDE;
virtual gfx::PluginWindowHandle GetCompositingSurface() OVERRIDE;
oshima 2011/05/25 17:18:18 ditto
+ virtual void PpapiPluginFocusChanged(bool focused) {}
kochi 2011/05/25 06:19:44 Why didn't you add empty function in .cc file as y
oshima 2011/05/25 17:18:18 agreed. OVERRIDE as well.
kinaba 2011/05/25 22:23:53 (Removed from the patch set 2.)
+
// On some systems, there can be two native views, where an outer native view
// contains the inner native view (e.g. when using GTK+). This returns the
// inner view. This can return NULL when it's not attached to a view.

Powered by Google App Engine
This is Rietveld 408576698