chromium/ui/aura/event_injector.h

// Copyright 2017 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef UI_AURA_EVENT_INJECTOR_H_
#define UI_AURA_EVENT_INJECTOR_H_

#include "ui/aura/aura_export.h"

namespace ui {
class Event;
struct EventDispatchDetails;
}

namespace aura {

class WindowTreeHost;

// Used to inject events as if they came from the OS.
class AURA_EXPORT EventInjector {};

}  // namespace aura

#endif  // UI_AURA_EVENT_INJECTOR_H_