// ui/gfx/mojom/delegated_ink_point_renderer.mojom-blink-test-utils.h is auto generated by mojom_bindings_generator.py, do not edit

// 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.

#ifndef UI_GFX_MOJOM_DELEGATED_INK_POINT_RENDERER_MOJOM_BLINK_TEST_UTILS_H_
#define UI_GFX_MOJOM_DELEGATED_INK_POINT_RENDERER_MOJOM_BLINK_TEST_UTILS_H_

#include "ui/gfx/mojom/delegated_ink_point_renderer.mojom-blink.h"


namespace gfx::mojom::blink {


class  DelegatedInkPointRendererInterceptorForTesting : public DelegatedInkPointRenderer {
  virtual DelegatedInkPointRenderer* GetForwardingInterface() = 0;
  void StoreDelegatedInkPoint(::gfx::mojom::blink::DelegatedInkPointPtr point) override;
  void ResetPrediction() override;
};
class  DelegatedInkPointRendererAsyncWaiter {
 public:
  explicit DelegatedInkPointRendererAsyncWaiter(DelegatedInkPointRenderer* proxy);

  DelegatedInkPointRendererAsyncWaiter(const DelegatedInkPointRendererAsyncWaiter&) = delete;
  DelegatedInkPointRendererAsyncWaiter& operator=(const DelegatedInkPointRendererAsyncWaiter&) = delete;

  ~DelegatedInkPointRendererAsyncWaiter();

 private:
  DelegatedInkPointRenderer* const proxy_;
};




}  // gfx::mojom::blink

#endif  // UI_GFX_MOJOM_DELEGATED_INK_POINT_RENDERER_MOJOM_BLINK_TEST_UTILS_H_