chromium/services/screen_ai/public/test/fake_screen_ai_annotator.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 SERVICES_SCREEN_AI_PUBLIC_TEST_FAKE_SCREEN_AI_ANNOTATOR_H_
#define SERVICES_SCREEN_AI_PUBLIC_TEST_FAKE_SCREEN_AI_ANNOTATOR_H_

#include "mojo/public/cpp/bindings/pending_remote.h"
#include "mojo/public/cpp/bindings/receiver.h"
#include "services/screen_ai/public/mojom/screen_ai_service.mojom.h"
#include "third_party/skia/include/core/SkBitmap.h"
#include "ui/accessibility/ax_node_id_forward.h"
#include "ui/accessibility/ax_tree_id.h"

namespace screen_ai::test {

class FakeScreenAIAnnotator : public mojom::ScreenAIAnnotator {};

}  // namespace screen_ai::test

#endif  // SERVICES_SCREEN_AI_PUBLIC_TEST_FAKE_SCREEN_AI_ANNOTATOR_H_