aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrAppliedClip.h
diff options
context:
space:
mode:
authorGravatar Hal Canary <halcanary@google.com>2017-02-07 14:09:38 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-02-10 01:19:52 +0000
commit6b20a559968e1ed0d3aa4ecbd6ddda9e681b4f86 (patch)
tree7f5846aed71df057c7a6adfd226fd8e04dbc87a9 /src/gpu/GrAppliedClip.h
parent8616bb2544b8504949a61d123d8cd130b0d8ce25 (diff)
Make header files self-sufficient
Change-Id: Ice7d761b1023da77e50e5d6aa597964f7d9aa1d8 Reviewed-on: https://skia-review.googlesource.com/8302 Commit-Queue: Hal Canary <halcanary@google.com> Reviewed-by: Mike Reed <reed@google.com>
Diffstat (limited to 'src/gpu/GrAppliedClip.h')
-rw-r--r--src/gpu/GrAppliedClip.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gpu/GrAppliedClip.h b/src/gpu/GrAppliedClip.h
index 27fbde0b29..ed75becd3e 100644
--- a/src/gpu/GrAppliedClip.h
+++ b/src/gpu/GrAppliedClip.h
@@ -8,11 +8,10 @@
#ifndef GrAppliedClip_DEFINED
#define GrAppliedClip_DEFINED
+#include "GrFragmentProcessor.h"
#include "GrScissorState.h"
#include "GrWindowRectsState.h"
-class GrFragmentProcessor;
-
/**
* Produced by GrClip. It provides a set of modifications to the drawing state that are used to
* create the final GrPipeline for a GrOp.