| Index: content/browser/renderer_host/render_widget_host_view_aura.h
|
| ===================================================================
|
| --- content/browser/renderer_host/render_widget_host_view_aura.h (revision 170548)
|
| +++ content/browser/renderer_host/render_widget_host_view_aura.h (working copy)
|
| @@ -200,7 +200,7 @@
|
| virtual ui::EventResult OnGestureEvent(ui::GestureEvent* event) OVERRIDE;
|
|
|
| // Overridden from aura::client::ActivationDelegate:
|
| - virtual bool ShouldActivate() const OVERRIDE;
|
| + virtual bool ShouldActivate(const ui::Event* event) OVERRIDE;
|
| virtual void OnActivated() OVERRIDE;
|
| virtual void OnLostActive() OVERRIDE;
|
|
|
| @@ -422,10 +422,6 @@
|
| };
|
| CanLockCompositorState can_lock_compositor_;
|
|
|
| - // Whether or not the ui::Event* being processed currently would cause
|
| - // |window_| to be activated.
|
| - bool pointer_activate_;
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(RenderWidgetHostViewAura);
|
| };
|
|
|
|
|