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

Unified Diff: ui/ozone/public/surface_ozone_egl.cc

Issue 1285183008: Ozone integration. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: add missing license header 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/surface_ozone_egl.h ('k') | ui/ozone/public/system_input_injector.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/public/surface_ozone_egl.cc
diff --git a/ui/events/ozone/evdev/touch_evdev_types.cc b/ui/ozone/public/surface_ozone_egl.cc
similarity index 57%
copy from ui/events/ozone/evdev/touch_evdev_types.cc
copy to ui/ozone/public/surface_ozone_egl.cc
index 78807c18749d22ffe1471899401a7e1fa5426ec1..92330f3bf3890c5b6cb7ec38bd841067b925bf8c 100644
--- a/ui/events/ozone/evdev/touch_evdev_types.cc
+++ b/ui/ozone/public/surface_ozone_egl.cc
@@ -2,13 +2,12 @@
// 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"
+#include "ui/ozone/public/surface_ozone_egl.h"
namespace ui {
-InProgressTouchEvdev::InProgressTouchEvdev() {
+bool SurfaceOzoneEGL::IsUniversalDisplayLinkDevice() {
+ return false;
}
-InProgressTouchEvdev::~InProgressTouchEvdev() {}
-
} // namespace ui
« no previous file with comments | « ui/ozone/public/surface_ozone_egl.h ('k') | ui/ozone/public/system_input_injector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698