Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / ozone / ui / events / event_converter_ozone_wayland.h
index 092c194..6e4fd3f 100644 (file)
@@ -51,6 +51,9 @@ class OZONE_WAYLAND_EXPORT EventConverterOzoneWayland {
   virtual void SetWindowChangeObserver(WindowChangeObserver* observer);
   // Sets the output change observer. Ownership is retained by the caller.
   virtual void SetOutputChangeObserver(OutputChangeObserver* observer);
+  // Sets the in-process event dispatcher. Ownership is retained by the caller.
+  virtual void SetDispatchCallback(
+      base::Callback<void(void*)> callback);  // NOLINT(readability/function)
 
   protected:
   // Posts task to main loop of the thread on which Dispatcher was initialized.