| Index: content/browser/renderer_host/render_widget_host_view_aura.h
|
| diff --git a/content/browser/renderer_host/render_widget_host_view_aura.h b/content/browser/renderer_host/render_widget_host_view_aura.h
|
| index ebd0e44abc7ed73738c9f7687f83f39bba29ff42..786ebe67d323623a352fc219c002ca02b0ba6377 100644
|
| --- a/content/browser/renderer_host/render_widget_host_view_aura.h
|
| +++ b/content/browser/renderer_host/render_widget_host_view_aura.h
|
| @@ -117,6 +117,7 @@ class CONTENT_EXPORT RenderWidgetHostViewAura
|
| virtual bool OnMouseEvent(aura::MouseEvent* event) OVERRIDE;
|
| virtual ui::TouchStatus OnTouchEvent(aura::TouchEvent* event) OVERRIDE;
|
| virtual bool ShouldActivate(aura::Event* event) OVERRIDE;
|
| + virtual bool CanFocus() OVERRIDE;
|
| virtual void OnActivated() OVERRIDE;
|
| virtual void OnLostActive() OVERRIDE;
|
| virtual void OnCaptureLost() OVERRIDE;
|
|
|