aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/batches/GrMSAAPathRenderer.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/GrMSAAPathRenderer.cpp
parent3688bfa710d4519c2d306a76bf5500481c1d1559 (diff)
Move GrFixedClip into src directory
Diffstat (limited to 'src/gpu/batches/GrMSAAPathRenderer.cpp')
-rw-r--r--src/gpu/batches/GrMSAAPathRenderer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpu/batches/GrMSAAPathRenderer.cpp b/src/gpu/batches/GrMSAAPathRenderer.cpp
index 05a23a1e05..d6b5578d8a 100644
--- a/src/gpu/batches/GrMSAAPathRenderer.cpp
+++ b/src/gpu/batches/GrMSAAPathRenderer.cpp
@@ -11,6 +11,7 @@
#include "GrBatchFlushState.h"
#include "GrClip.h"
#include "GrDefaultGeoProcFactory.h"
+#include "GrFixedClip.h"
#include "GrPathStencilSettings.h"
#include "GrPathUtils.h"
#include "GrPipelineBuilder.h"