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