| 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 6fa45d00563e7a55ad3dc052a7f1c18393abbcbe..a52a16b8dcf7d052b682e23885258fedc0ca8928 100644
|
| --- a/content/browser/renderer_host/render_widget_host_view_aura.h
|
| +++ b/content/browser/renderer_host/render_widget_host_view_aura.h
|
| @@ -175,6 +175,8 @@ class RenderWidgetHostViewAura
|
| virtual void OnWindowDestroying() OVERRIDE;
|
| virtual void OnWindowDestroyed() OVERRIDE;
|
| virtual void OnWindowVisibilityChanged(bool visible) OVERRIDE;
|
| + virtual bool HasHitTestMask() const OVERRIDE;
|
| + virtual void GetHitTestMask(gfx::Path* mask) const OVERRIDE;
|
|
|
| // Overridden from aura::client::ActivationDelegate:
|
| virtual bool ShouldActivate(const aura::Event* event) OVERRIDE;
|
|
|