chromium/third_party/blink/renderer/core/editing/ime/stylus_writing_gesture.h

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

#ifndef THIRD_PARTY_BLINK_RENDERER_CORE_EDITING_IME_STYLUS_WRITING_GESTURE_H_
#define THIRD_PARTY_BLINK_RENDERER_CORE_EDITING_IME_STYLUS_WRITING_GESTURE_H_

#include "third_party/blink/public/mojom/input/handwriting_gesture_result.mojom-blink.h"
#include "third_party/blink/public/mojom/input/stylus_writing_gesture.mojom-blink.h"
#include "third_party/blink/renderer/core/frame/local_frame.h"
#include "third_party/blink/renderer/platform/wtf/text/wtf_string.h"
#include "ui/gfx/geometry/rect.h"

namespace blink {

// Class that receives the stylus writing gesture data and performs the
// corresponding gesture action.
class StylusWritingGesture {};

}  // namespace blink

#endif  // THIRD_PARTY_BLINK_RENDERER_CORE_EDITING_IME_STYLUS_WRITING_GESTURE_H_