aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrAAConvexPathRenderer.cpp
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2015-05-22 08:01:09 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-05-22 08:01:09 -0700
commiteb1cb5c5b50febad115d859faca91d2d6af3fff2 (patch)
tree984e4506e3f454463c0975fbd33bc55f2aeffc20 /src/gpu/GrAAConvexPathRenderer.cpp
parent706f08fbcb7f5275235784f67bd7d188ad04eef2 (diff)
rename GrDrawTargetCaps.h to GrCaps.h and move to include
Diffstat (limited to 'src/gpu/GrAAConvexPathRenderer.cpp')
-rw-r--r--src/gpu/GrAAConvexPathRenderer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/GrAAConvexPathRenderer.cpp b/src/gpu/GrAAConvexPathRenderer.cpp
index dbf2979aac..5d08aa5c99 100644
--- a/src/gpu/GrAAConvexPathRenderer.cpp
+++ b/src/gpu/GrAAConvexPathRenderer.cpp
@@ -12,9 +12,9 @@
#include "GrBatch.h"
#include "GrBatchTarget.h"
#include "GrBatchTest.h"
+#include "GrCaps.h"
#include "GrContext.h"
#include "GrDefaultGeoProcFactory.h"
-#include "GrDrawTargetCaps.h"
#include "GrGeometryProcessor.h"
#include "GrInvariantOutput.h"
#include "GrPathUtils.h"