aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrStencilAttachment.h
diff options
context:
space:
mode:
authorGravatar csmartdalton <csmartdalton@google.com>2016-08-05 22:32:12 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-08-05 22:32:12 -0700
commitc6f411e72b1fea6608f540f64a57bcacbe3378cd (patch)
tree73771d2a0b8b11fbc632879daaaf01cabfde288d /src/gpu/GrStencilAttachment.h
parent4c1abdcd21d65bb34a6b4aea969ef4485e117e67 (diff)
Merge GrClipMaskManager into GrClipStackClip
TBR=bsalomon@google.com BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2196393007 Review-Url: https://codereview.chromium.org/2196393007
Diffstat (limited to 'src/gpu/GrStencilAttachment.h')
-rw-r--r--src/gpu/GrStencilAttachment.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/GrStencilAttachment.h b/src/gpu/GrStencilAttachment.h
index 7573d23d1d..8f41b57e21 100644
--- a/src/gpu/GrStencilAttachment.h
+++ b/src/gpu/GrStencilAttachment.h
@@ -9,8 +9,8 @@
#ifndef GrStencilAttachment_DEFINED
#define GrStencilAttachment_DEFINED
-#include "GrClip.h"
#include "GrGpuResource.h"
+#include "SkClipStack.h"
class GrRenderTarget;
class GrResourceKey;