@@ -128,16 +128,16 @@ class QWidgetViewCmdExecutor : public QViewCmdExecutor {
128128 virtual void GetStorageSize (StorageType type, int * size, Error** error) NOT_SUPPORTED_IMPL;
129129 virtual void GetGeoLocation (base::DictionaryValue** geolocation, Error** error) NOT_SUPPORTED_IMPL;
130130 virtual void SetGeoLocation (const base::DictionaryValue* geolocation, Error** error) NOT_SUPPORTED_IMPL;
131- virtual void TouchClick (const ElementId& element, Error **error) NOT_SUPPORTED_IMPL ;
132- virtual void TouchDoubleClick (const ElementId& element, Error **error) NOT_SUPPORTED_IMPL ;
133- virtual void TouchDown (const int &x, const int &y, Error **error) NOT_SUPPORTED_IMPL ;
134- virtual void TouchUp (const int &x, const int &y, Error **error) NOT_SUPPORTED_IMPL ;
135- virtual void TouchMove (const int &x, const int &y, Error **error) NOT_SUPPORTED_IMPL ;
136- virtual void TouchLongClick (const ElementId& element, Error **error) NOT_SUPPORTED_IMPL ;
131+ virtual void TouchClick (const ElementId& element, Error **error);
132+ virtual void TouchDoubleClick (const ElementId& element, Error **error);
133+ virtual void TouchDown (const int &x, const int &y, Error **error);
134+ virtual void TouchUp (const int &x, const int &y, Error **error);
135+ virtual void TouchMove (const int &x, const int &y, Error **error);
136+ virtual void TouchLongClick (const ElementId& element, Error **error);
137137 virtual void TouchScroll (const int &xoffset, const int &yoffset, Error **error) NOT_SUPPORTED_IMPL;
138- virtual void TouchScroll (const ElementId &element, const int &xoffset, const int &yoffset, Error **error) NOT_SUPPORTED_IMPL ;
138+ virtual void TouchScroll (const ElementId &element, const int &xoffset, const int &yoffset, Error **error);
139139 virtual void TouchFlick (const int &xSpeed, const int &ySpeed, Error **error) NOT_SUPPORTED_IMPL;
140- virtual void TouchFlick (const ElementId &element, const int &xoffset, const int &yoffset, const int &speed, Error **error) NOT_SUPPORTED_IMPL ;
140+ virtual void TouchFlick (const ElementId &element, const int &xoffset, const int &yoffset, const int &speed, Error **error);
141141 virtual void GetPlayerState (const ElementId& element, PlayerState*, Error**error);
142142 virtual void SetPlayerState (const ElementId& element, PlayerState, Error**error);
143143 virtual void GetPlayerVolume (const ElementId& element, double *, Error**error);
0 commit comments