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