#ifndef THIRD_PARTY_BLINK_RENDERER_PLATFORM_WIDGET_INPUT_EVENT_WITH_CALLBACK_H_
#define THIRD_PARTY_BLINK_RENDERER_PLATFORM_WIDGET_INPUT_EVENT_WITH_CALLBACK_H_
#include <list>
#include "third_party/blink/public/common/input/web_coalesced_input_event.h"
#include "third_party/blink/renderer/platform/platform_export.h"
#include "third_party/blink/renderer/platform/widget/input/input_handler_proxy.h"
#include "ui/latency/latency_info.h"
namespace cc {
class EventMetrics;
}
namespace blink {
namespace test {
class InputHandlerProxyEventQueueTest;
}
class PLATFORM_EXPORT EventWithCallback { … };
}
#endif