aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrAAConvexPathRenderer.cpp
diff options
context:
space:
mode:
authorGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-03-25 18:19:00 +0000
committerGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-03-25 18:19:00 +0000
commitc26d94fd7dc0b00cd6d0e42d28285f4a38aff021 (patch)
tree6f7d38b702fd174bf089aa6b0ea126e5bec4e071 /src/gpu/GrAAConvexPathRenderer.cpp
parent6864cb8a2e0ac2ec87b05b008670f52991e5c36c (diff)
Move nested class GrDrawTarget::Caps out as GrDrawTargetCaps.
Pass caps to GrEffect::TestCreate() functions so that they can return effects that will work with the capabilities. Review URL: https://codereview.chromium.org/12965018 git-svn-id: http://skia.googlecode.com/svn/trunk@8369 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src/gpu/GrAAConvexPathRenderer.cpp')
-rw-r--r--src/gpu/GrAAConvexPathRenderer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpu/GrAAConvexPathRenderer.cpp b/src/gpu/GrAAConvexPathRenderer.cpp
index b4509b3bdb..cff6324867 100644
--- a/src/gpu/GrAAConvexPathRenderer.cpp
+++ b/src/gpu/GrAAConvexPathRenderer.cpp
@@ -10,6 +10,7 @@
#include "GrContext.h"
#include "GrDrawState.h"
+#include "GrDrawTargetCaps.h"
#include "GrPathUtils.h"
#include "SkString.h"
#include "SkStrokeRec.h"