Index: chrome/browser/renderer_host/render_widget_host_view_views.h |
=================================================================== |
--- chrome/browser/renderer_host/render_widget_host_view_views.h (revision 107513) |
+++ chrome/browser/renderer_host/render_widget_host_view_views.h (working copy) |
@@ -73,7 +73,7 @@ |
virtual gfx::NativeViewId GetNativeViewId() const OVERRIDE; |
virtual void MovePluginWindows( |
const std::vector<webkit::npapi::WebPluginGeometry>& moves) OVERRIDE; |
- virtual bool HasFocus() OVERRIDE; |
+ virtual bool HasFocus() const OVERRIDE; |
virtual void Show() OVERRIDE; |
virtual void Hide() OVERRIDE; |
virtual bool IsShowing() OVERRIDE; |