Upstream version 11.39.250.0
[platform/framework/web/crosswalk.git] / src / content / renderer / input / input_handler_proxy_unittest.cc
index baac5af..d64288c 100644 (file)
@@ -105,11 +105,6 @@ class MockInputHandler : public cc::InputHandler {
 
   virtual void BindToClient(cc::InputHandlerClient* client) OVERRIDE {}
 
-  virtual void StartPageScaleAnimation(const gfx::Vector2d& target_offset,
-                                       bool anchor_point,
-                                       float page_scale,
-                                       base::TimeDelta duration) OVERRIDE {}
-
   virtual void MouseMoveAt(const gfx::Point& mouse_position) OVERRIDE {}
 
   MOCK_METHOD2(IsCurrentlyScrollingLayerAt,