Chromium Code Reviews| 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() OVERRIDE const; |
|
Hironori Bono
2011/10/27 10:51:30
nit: I prefer 'const OVERRIDE' to 'OVERRIDE const'
Peter Mayo
2011/10/27 10:54:55
Done.
|
| virtual void Show() OVERRIDE; |
| virtual void Hide() OVERRIDE; |
| virtual bool IsShowing() OVERRIDE; |