Chromium Code Reviews| 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. |