aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/GrDrawTargetTest.cpp
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2015-05-28 08:13:16 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-05-28 08:13:16 -0700
commit9138c46e572085870638b6f7ad7fcdfcdf3cac99 (patch)
tree81724ed66336cfc21c7139860914d70fb726e34c /tests/GrDrawTargetTest.cpp
parent9c240a1e6d314056fe0d6a8a33a3c60a6e19288f (diff)
Add direct getter for GrCaps to GrContext.
TBR=joshualitt@google.com Review URL: https://codereview.chromium.org/1149773005
Diffstat (limited to 'tests/GrDrawTargetTest.cpp')
-rw-r--r--tests/GrDrawTargetTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/GrDrawTargetTest.cpp b/tests/GrDrawTargetTest.cpp
index 341eba5be9..14d4f78314 100644
--- a/tests/GrDrawTargetTest.cpp
+++ b/tests/GrDrawTargetTest.cpp
@@ -29,7 +29,7 @@ DEF_GPUTEST(GrDrawTarget, reporter, factory) {
continue;
}
- test_print(reporter, grContext->getGpu()->caps());
+ test_print(reporter, grContext->caps());
}
}