// Copyright 2013 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_GEOMETRY_TRANSFORM_OPERATION_H_ #define UI_GFX_GEOMETRY_TRANSFORM_OPERATION_H_ // TODO(crbug.com/40237414): Remove dependency to Skia. #include "third_party/skia/include/core/SkScalar.h" #include "ui/gfx/geometry/geometry_skia_export.h" #include "ui/gfx/geometry/transform.h" namespace gfx { class BoxF; struct GEOMETRY_SKIA_EXPORT TransformOperation { … }; } // namespace gfx #endif // UI_GFX_GEOMETRY_TRANSFORM_OPERATION_H_