Commit 42946e0e authored by Matthew Denton's avatar Matthew Denton Committed by Commit Bot

Corrected Mojo typemap code example

Change-Id: I92a979d500490786dc0c33d30bc653fa1cee214b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1825379
Auto-Submit: Matthew Denton <mpdenton@chromium.org>
Reviewed-by: default avatarKen Rockot <rockot@google.com>
Commit-Queue: Ken Rockot <rockot@google.com>
Cr-Commit-Position: refs/heads/master@{#700281}
parent 08672d04
......@@ -1383,7 +1383,6 @@ And in `//ui/gfx/geometry/mojo/geometry_mojom_traits.cc`:
namespace mojo {
// static
template <>
bool StructTraits<gfx::mojom::RectDataView, gfx::Rect>::Read(
gfx::mojom::RectDataView data,
gfx::Rect* out_rect) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment