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

Unified Diff: ui/ozone/public/ipc_init_helper_ozone.h

Issue 1309273005: native_viewport support for ozone (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: rebased Created 5 years, 4 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 | « ui/ozone/public/ipc_init_helper_mojo.h ('k') | ui/ozone/public/ozone_platform.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/public/ipc_init_helper_ozone.h
diff --git a/ui/events/ozone/evdev/touch_evdev_types.cc b/ui/ozone/public/ipc_init_helper_ozone.h
similarity index 52%
copy from ui/events/ozone/evdev/touch_evdev_types.cc
copy to ui/ozone/public/ipc_init_helper_ozone.h
index 78807c18749d22ffe1471899401a7e1fa5426ec1..2c6108aea20fc57d72283f889d246cbbe93a57bd 100644
--- a/ui/events/ozone/evdev/touch_evdev_types.cc
+++ b/ui/ozone/public/ipc_init_helper_ozone.h
@@ -2,13 +2,16 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ui/events/ozone/evdev/touch_evdev_types.h"
+#ifndef UI_OZONE_PUBLIC_IPC_INIT_HELPER_OZONE_H_
+#define UI_OZONE_PUBLIC_IPC_INIT_HELPER_OZONE_H_
namespace ui {
-InProgressTouchEvdev::InProgressTouchEvdev() {
-}
-
-InProgressTouchEvdev::~InProgressTouchEvdev() {}
+class IpcInitHelperOzone {
+ public:
+ static IpcInitHelperOzone* Create();
+};
} // namespace ui
+
+#endif
« no previous file with comments | « ui/ozone/public/ipc_init_helper_mojo.h ('k') | ui/ozone/public/ozone_platform.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698