aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrPaint.h
diff options
context:
space:
mode:
authorGravatar Brian Osman <brianosman@google.com>2017-10-16 13:17:48 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-10-16 17:43:50 +0000
commitd49e946df0724060607a9844a754da5cf5494a1a (patch)
tree4cbc683affe8e898a8973e8edd76187d3d32ba0e /src/gpu/GrPaint.h
parentc81aaaad0b1ea0cf77882a4b89adc5b9e58c05bb (diff)
Remove unnecessary includes of GrColorSpaceXform.h
Bug: skia: Change-Id: I559486ac8750bb23d477ae8bdaa9d71f8bc7c459 Reviewed-on: https://skia-review.googlesource.com/60183 Reviewed-by: Brian Salomon <bsalomon@google.com> Reviewed-by: Ethan Nicholas <ethannicholas@google.com> Commit-Queue: Brian Osman <brianosman@google.com>
Diffstat (limited to 'src/gpu/GrPaint.h')
-rw-r--r--src/gpu/GrPaint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/GrPaint.h b/src/gpu/GrPaint.h
index 72f32040d3..a67c1c7525 100644
--- a/src/gpu/GrPaint.h
+++ b/src/gpu/GrPaint.h
@@ -11,13 +11,13 @@
#define GrPaint_DEFINED
#include "GrColor.h"
-#include "GrColorSpaceXform.h"
#include "GrFragmentProcessor.h"
#include "SkBlendMode.h"
#include "SkRefCnt.h"
#include "SkRegion.h"
#include "SkTLazy.h"
+class GrColorSpaceXform;
class GrTextureProxy;
class GrXPFactory;