blob: 8ed6561c1c7e2e9309983327d5d023454237df64 [file] [log] [blame]
// Copyright 2020 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
module gfx.mojom;
import "mojo/public/mojom/base/time.mojom";
import "ui/gfx/geometry/mojom/geometry.mojom";
// See ui/gfx/delegated_ink_point.h.
struct DelegatedInkPoint {
PointF point;
mojo_base.mojom.TimeTicks timestamp;
int32 pointer_id;
};