aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/batches/GrStencilAndCoverPathRenderer.cpp
diff options
context:
space:
mode:
authorGravatar csmartdalton <csmartdalton@google.com>2016-08-19 13:29:27 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-08-19 13:29:27 -0700
commit02fa32c6d1ef4b7b05aa06df8be4add42a1712d3 (patch)
treeba662b2b0c881a0b4f86f0de97942651eded6d6c /src/gpu/batches/GrStencilAndCoverPathRenderer.cpp
parent3688bfa710d4519c2d306a76bf5500481c1d1559 (diff)
Move GrFixedClip into src directory
Diffstat (limited to 'src/gpu/batches/GrStencilAndCoverPathRenderer.cpp')
-rw-r--r--src/gpu/batches/GrStencilAndCoverPathRenderer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpu/batches/GrStencilAndCoverPathRenderer.cpp b/src/gpu/batches/GrStencilAndCoverPathRenderer.cpp
index 5d280efac2..4f2c6b35b6 100644
--- a/src/gpu/batches/GrStencilAndCoverPathRenderer.cpp
+++ b/src/gpu/batches/GrStencilAndCoverPathRenderer.cpp
@@ -11,6 +11,7 @@
#include "GrContext.h"
#include "GrDrawContextPriv.h"
#include "GrDrawPathBatch.h"
+#include "GrFixedClip.h"
#include "GrGpu.h"
#include "GrPath.h"
#include "GrPipelineBuilder.h"