Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(433)

Unified Diff: sky/engine/public/platform/WebTouchPoint.h

Issue 860593003: Move WebInputEvent from public/web to public/platform (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Build fix Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/engine/public/platform/WebInputEvent.h ('k') | sky/engine/public/web/WebActiveWheelFlingParameters.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/public/platform/WebTouchPoint.h
diff --git a/sky/engine/public/web/WebTouchPoint.h b/sky/engine/public/platform/WebTouchPoint.h
similarity index 89%
rename from sky/engine/public/web/WebTouchPoint.h
rename to sky/engine/public/platform/WebTouchPoint.h
index ac946064d7eab35a2e295fd4c913a5c219d4198b..38db55002084c0401f08a15323d5106dad1ea20b 100644
--- a/sky/engine/public/web/WebTouchPoint.h
+++ b/sky/engine/public/platform/WebTouchPoint.h
@@ -28,11 +28,11 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef SKY_ENGINE_PUBLIC_WEB_WEBTOUCHPOINT_H_
-#define SKY_ENGINE_PUBLIC_WEB_WEBTOUCHPOINT_H_
+#ifndef SKY_ENGINE_PUBLIC_PLATFORM_WEBTOUCHPOINT_H_
+#define SKY_ENGINE_PUBLIC_PLATFORM_WEBTOUCHPOINT_H_
-#include "../platform/WebCommon.h"
-#include "../platform/WebFloatPoint.h"
+#include "sky/engine/public/platform/WebCommon.h"
+#include "sky/engine/public/platform/WebFloatPoint.h"
namespace blink {
@@ -70,4 +70,4 @@ public:
} // namespace blink
-#endif // SKY_ENGINE_PUBLIC_WEB_WEBTOUCHPOINT_H_
+#endif // SKY_ENGINE_PUBLIC_PLATFORM_WEBTOUCHPOINT_H_
« no previous file with comments | « sky/engine/public/platform/WebInputEvent.h ('k') | sky/engine/public/web/WebActiveWheelFlingParameters.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698