| 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 29de185b9eb359735e7b826cf9fc95a1f8ebf61d..8839c7120b988581dd862aef2d4e0fa1c39df6c0 100644
|
| --- a/content/browser/renderer_host/render_widget_host_view_aura.h
|
| +++ b/content/browser/renderer_host/render_widget_host_view_aura.h
|
| @@ -171,7 +171,7 @@ class RenderWidgetHostViewAura
|
| virtual void OnDeviceScaleFactorChanged(float device_scale_factor) OVERRIDE;
|
| virtual void OnWindowDestroying() OVERRIDE;
|
| virtual void OnWindowDestroyed() OVERRIDE;
|
| - virtual void OnWindowVisibilityChanged(bool visible) OVERRIDE;
|
| + virtual void OnWindowTargetVisibilityChanged(bool visible) OVERRIDE;
|
| virtual bool HasHitTestMask() const OVERRIDE;
|
| virtual void GetHitTestMask(gfx::Path* mask) const OVERRIDE;
|
|
|
|
|