// 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 "ui/display/display_transform.h" #include "base/notreached.h" #include "ui/gfx/overlay_transform_utils.h" namespace display { gfx::Transform CreateRotationTransform(display::Display::Rotation rotation, const gfx::SizeF& size_to_rotate) { … } gfx::OverlayTransform DisplayRotationToOverlayTransform( display::Display::Rotation rotation) { … } } // namespace display