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

Unified Diff: sky/engine/web/PageWidgetDelegate.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/web/ChromeClientImpl.cpp ('k') | sky/engine/web/WebInputEvent.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/web/PageWidgetDelegate.cpp
diff --git a/sky/engine/web/PageWidgetDelegate.cpp b/sky/engine/web/PageWidgetDelegate.cpp
index d2ca447270db9e755864724ae319a935705e5e8f..e597b4e8805f8e667d7b9e724acdc4573a07e856 100644
--- a/sky/engine/web/PageWidgetDelegate.cpp
+++ b/sky/engine/web/PageWidgetDelegate.cpp
@@ -39,7 +39,7 @@
#include "sky/engine/core/rendering/RenderView.h"
#include "sky/engine/platform/Logging.h"
#include "sky/engine/platform/graphics/GraphicsContext.h"
-#include "sky/engine/public/web/WebInputEvent.h"
+#include "sky/engine/public/platform/WebInputEvent.h"
#include "sky/engine/web/WebInputEventConversion.h"
#include "sky/engine/wtf/CurrentTime.h"
« no previous file with comments | « sky/engine/web/ChromeClientImpl.cpp ('k') | sky/engine/web/WebInputEvent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698