/* * Copyright 2017 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef SkAutoBlitterChoose_DEFINED #define SkAutoBlitterChoose_DEFINED #include "include/private/base/SkMacros.h" #include "src/base/SkArenaAlloc.h" #include "src/core/SkBlitter.h" #include "src/core/SkDrawBase.h" #include "src/core/SkRasterClip.h" #include "src/core/SkSurfacePriv.h" class SkMatrix; class SkPaint; class SkPixmap; class SkAutoBlitterChoose : SkNoncopyable { … }; #endif