// Copyright 2017 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_GFX_MOJOM_OVERLAY_TRANSFORM_MOJOM_TRAITS_H_ #define UI_GFX_MOJOM_OVERLAY_TRANSFORM_MOJOM_TRAITS_H_ #include "base/notreached.h" #include "ui/gfx/mojom/overlay_transform.mojom.h" #include "ui/gfx/overlay_transform.h" namespace mojo { template <> struct EnumTraits<gfx::mojom::OverlayTransform, gfx::OverlayTransform> { … }; } // namespace mojo #endif // UI_GFX_MOJOM_OVERLAY_TRANSFORM_MOJOM_TRAITS_H_