@@ -100,16 +100,16 @@ class QmlWebViewCmdExecutor : public ViewCmdExecutor {
100100 virtual void GetStorageSize (StorageType type, int * size, Error** error);
101101 virtual void GetGeoLocation (base::DictionaryValue** geolocation, Error** error) NOT_SUPPORTED_IMPL;
102102 virtual void SetGeoLocation (const base::DictionaryValue* geolocation, Error** error) NOT_SUPPORTED_IMPL;
103- virtual void TouchClick (const ElementId& element, Error **error);
104- virtual void TouchDoubleClick (const ElementId& element, Error **error);
105- virtual void TouchDown (const int &x, const int &y, Error **error);
106- virtual void TouchUp (const int &x, const int &y, Error **error);
107- virtual void TouchMove (const int &x, const int &y, Error **error);
108- virtual void TouchLongClick (const ElementId& element, Error **error);
109- virtual void TouchScroll (const int &xoffset, const int &yoffset, Error **error);
110- virtual void TouchScroll (const ElementId &element, const int &xoffset, const int &yoffset, Error **error);
111- virtual void TouchFlick (const int &xSpeed, const int &ySpeed, Error **error);
112- virtual void TouchFlick (const ElementId &element, const int &xoffset, const int &yoffset, const int &speed, Error **error);
103+ virtual void TouchClick (const ElementId& element, Error **error) NOT_SUPPORTED_IMPL ;
104+ virtual void TouchDoubleClick (const ElementId& element, Error **error) NOT_SUPPORTED_IMPL ;
105+ virtual void TouchDown (const int &x, const int &y, Error **error) NOT_SUPPORTED_IMPL ;
106+ virtual void TouchUp (const int &x, const int &y, Error **error) NOT_SUPPORTED_IMPL ;
107+ virtual void TouchMove (const int &x, const int &y, Error **error) NOT_SUPPORTED_IMPL ;
108+ virtual void TouchLongClick (const ElementId& element, Error **error) NOT_SUPPORTED_IMPL ;
109+ virtual void TouchScroll (const int &xoffset, const int &yoffset, Error **error) NOT_SUPPORTED_IMPL ;
110+ virtual void TouchScroll (const ElementId &element, const int &xoffset, const int &yoffset, Error **error) NOT_SUPPORTED_IMPL ;
111+ virtual void TouchFlick (const int &xSpeed, const int &ySpeed, Error **error) NOT_SUPPORTED_IMPL ;
112+ virtual void TouchFlick (const ElementId &element, const int &xoffset, const int &yoffset, const int &speed, Error **error) NOT_SUPPORTED_IMPL ;
113113 virtual void GetBrowserLog (base::ListValue** browserLog, Error **error);
114114 virtual void GetPlayerState (const ElementId& element, PlayerState*, Error**);
115115 virtual void SetPlayerState (const ElementId& element, PlayerState, Error**);
0 commit comments