/* * Copyright 2013 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef SkPaintPriv_DEFINED #define SkPaintPriv_DEFINED #include "include/core/SkColor.h" #include "include/core/SkPaint.h" class SkColorSpace; class SkReadBuffer; class SkWriteBuffer; enum SkColorType : int; class SkPaintPriv { … }; #endif