/* * Copyright 2018 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef SkRectPriv_DEFINED #define SkRectPriv_DEFINED #include "include/core/SkRect.h" #include "src/base/SkMathPriv.h" #include "src/base/SkVx.h" class SkM44; class SkMatrix; class SkRectPriv { … }; #endif