chromium/cc/test/stub_input_handler_client.h

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

#ifndef CC_TEST_STUB_INPUT_HANDLER_CLIENT_H_
#define CC_TEST_STUB_INPUT_HANDLER_CLIENT_H_

#include "cc/input/input_handler.h"

namespace cc {

class StubInputHandlerClient : public InputHandlerClient {};

}  // namespace cc

#endif  // CC_TEST_STUB_INPUT_HANDLER_CLIENT_H_