// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/events/test/test_event_source.h" #include "ui/events/event.h" namespace ui { namespace test { EventDispatchDetails TestEventSource::Send(Event* event) { … } EventSink* TestEventSource::GetEventSink() { … } EventDispatchDetails TestEventSource::OnEventFromSource(Event* event) { … } } // namespace test } // namespace ui