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 1a5fb03212b27c57b5e9f81d5ec1108da1950844..cd5e559dc9366173ce95faaa731107c7f982e15a 100644 |
--- a/content/browser/renderer_host/render_widget_host_view_aura.h |
+++ b/content/browser/renderer_host/render_widget_host_view_aura.h |
@@ -174,7 +174,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; |