Index: ash/wm/gestures/system_pinch_handler.cc |
diff --git a/ash/wm/gestures/system_pinch_handler.cc b/ash/wm/gestures/system_pinch_handler.cc |
index b95adc819315000075c7a28921e3d6f80fb4dfab..806f4f96b8b4696f0f2bf4fb5269614ebb50538c 100644 |
--- a/ash/wm/gestures/system_pinch_handler.cc |
+++ b/ash/wm/gestures/system_pinch_handler.cc |
@@ -73,7 +73,7 @@ SystemGestureStatus SystemPinchHandler::ProcessGestureEvent( |
gfx::Rect bounds = |
GetPhantomWindowScreenBounds(target_, event.location()); |
if (phantom_state_ != PHANTOM_WINDOW_NORMAL || phantom_.IsShowing()) |
- phantom_.Show(bounds, NULL); |
+ phantom_.Show(bounds); |
break; |
} |