// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include <ostream> #include "ui/views/layout/flex_layout_types.h" #include "ui/views/layout/layout_types.h" namespace views { void PrintTo(const SizeBounds& size_bounds, ::std::ostream* os) { … } void PrintTo(LayoutOrientation layout_orientation, ::std::ostream* os) { … } void PrintTo(MinimumFlexSizeRule minimum_flex_size_rule, ::std::ostream* os) { … } void PrintTo(MaximumFlexSizeRule maximum_flex_size_rule, ::std::ostream* os) { … } } // namespace views