#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 StylusWritingGesture { … };
}
#endif