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

Unified Diff: sky/engine/platform/exported/WebInputEvent.cpp

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/platform/BUILD.gn ('k') | sky/engine/public/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/platform/exported/WebInputEvent.cpp
diff --git a/sky/engine/web/WebInputEvent.cpp b/sky/engine/platform/exported/WebInputEvent.cpp
similarity index 99%
rename from sky/engine/web/WebInputEvent.cpp
rename to sky/engine/platform/exported/WebInputEvent.cpp
index 2773a1466bea7642fbc06b7aaad43651aeeda553..9317e5cc178bc2d92bf80ebb79ce346f2285a2d8 100644
--- a/sky/engine/web/WebInputEvent.cpp
+++ b/sky/engine/platform/exported/WebInputEvent.cpp
@@ -29,7 +29,7 @@
*/
#include "sky/engine/config.h"
-#include "sky/engine/public/web/WebInputEvent.h"
+#include "sky/engine/public/platform/WebInputEvent.h"
#include <ctype.h>
#include "sky/engine/platform/KeyboardCodes.h"
« no previous file with comments | « sky/engine/platform/BUILD.gn ('k') | sky/engine/public/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698