Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / ozone / ui / events / event_converter_ozone_wayland.cc
index d7ba4c8..c741f05 100644 (file)
@@ -24,6 +24,10 @@ void EventConverterOzoneWayland::SetOutputChangeObserver(
     OutputChangeObserver* observer) {
 }
 
+void EventConverterOzoneWayland::SetDispatchCallback(
+    base::Callback<void(void*)> callback) {  // NOLINT(readability/function)
+}
+
 void EventConverterOzoneWayland::PostTaskOnMainLoop(const base::Closure& task) {
   DCHECK(loop_);
   loop_->message_loop_proxy()->PostTask(FROM_HERE, task);