Index: content/browser/renderer_host/render_widget_host_view_mac.h |
=================================================================== |
--- content/browser/renderer_host/render_widget_host_view_mac.h (revision 107513) |
+++ content/browser/renderer_host/render_widget_host_view_mac.h (working copy) |
@@ -194,7 +194,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; |