Index: content/browser/renderer_host/render_widget_host_view_aura.h |
=================================================================== |
--- content/browser/renderer_host/render_widget_host_view_aura.h (revision 107538) |
+++ content/browser/renderer_host/render_widget_host_view_aura.h (working copy) |
@@ -44,7 +44,7 @@ |
const std::vector<webkit::npapi::WebPluginGeometry>& moves) OVERRIDE; |
virtual void Focus() OVERRIDE; |
virtual void Blur() OVERRIDE; |
- virtual bool HasFocus() OVERRIDE; |
+ virtual bool HasFocus() const OVERRIDE; |
virtual void Show() OVERRIDE; |
virtual void Hide() OVERRIDE; |
virtual bool IsShowing() OVERRIDE; |