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

Unified Diff: sky/engine/public/platform/WebInputEvent.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/BUILD.gn ('k') | sky/engine/public/platform/WebTouchPoint.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/public/platform/WebInputEvent.h
diff --git a/sky/engine/public/web/WebInputEvent.h b/sky/engine/public/platform/WebInputEvent.h
similarity index 97%
rename from sky/engine/public/web/WebInputEvent.h
rename to sky/engine/public/platform/WebInputEvent.h
index b09967716e121907fa59496fc73516166087b019..58d15cd2679fd46732c930e09b3cce10567cc760 100644
--- a/sky/engine/public/web/WebInputEvent.h
+++ b/sky/engine/public/platform/WebInputEvent.h
@@ -28,15 +28,14 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef SKY_ENGINE_PUBLIC_WEB_WEBINPUTEVENT_H_
-#define SKY_ENGINE_PUBLIC_WEB_WEBINPUTEVENT_H_
-
-#include "../platform/WebCommon.h"
-#include "../platform/WebGestureDevice.h"
-#include "../platform/WebRect.h"
-#include "sky/engine/public/web/WebTouchPoint.h"
+#ifndef SKY_ENGINE_PUBLIC_PLATFORM_WEBINPUTEVENT_H_
+#define SKY_ENGINE_PUBLIC_PLATFORM_WEBINPUTEVENT_H_
#include <string.h>
+#include "sky/engine/public/platform/WebCommon.h"
+#include "sky/engine/public/platform/WebGestureDevice.h"
+#include "sky/engine/public/platform/WebRect.h"
+#include "sky/engine/public/platform/WebTouchPoint.h"
namespace blink {
@@ -517,4 +516,4 @@ public:
} // namespace blink
-#endif // SKY_ENGINE_PUBLIC_WEB_WEBINPUTEVENT_H_
+#endif // SKY_ENGINE_PUBLIC_PLATFORM_WEBINPUTEVENT_H_
« no previous file with comments | « sky/engine/public/BUILD.gn ('k') | sky/engine/public/platform/WebTouchPoint.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698