blob: 3b57659bb1db75e80dcac1fd91a8e8bfd4de8e42 [file] [log] [blame]
// Copyright 2017 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.
#include "content/common/input/touch_action_optional_struct_traits.h"
#include "content/public/common/common_param_traits_macros.h"
namespace mojo {
bool StructTraits<
content::mojom::TouchActionOptionalDataView,
cc::TouchAction>::Read(content::mojom::TouchActionOptionalDataView r,
cc::TouchAction* out) {
return r.ReadTouchAction(out);
}
} // namespace mojo