Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / ui / events / ozone / events_ozone.cc
index 2ffc56a..f04824c 100644 (file)
@@ -65,6 +65,13 @@ gfx::Vector2d GetMouseWheelOffset(const base::NativeEvent& native_event) {
   return event->offset();
 }
 
+base::NativeEvent CopyNativeEvent(const base::NativeEvent& event) {
+  return NULL;
+}
+
+void ReleaseCopiedNativeEvent(const base::NativeEvent& event) {
+}
+
 void ClearTouchIdIfReleased(const base::NativeEvent& xev) {
 }