aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/ResourceAllocatorTest.cpp
diff options
context:
space:
mode:
authorGravatar Greg Daniel <egdaniel@google.com>2018-02-05 09:56:42 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-02-05 16:18:26 +0000
commit3f9797d2a52d2f4a0c1d7b3ba1a6f39df478f7ef (patch)
treed78eea88ce3229ab6d35b4d53d7fe87548db4929 /tests/ResourceAllocatorTest.cpp
parent796cda11e40e160d2111f307763c87208d45fc1b (diff)
Remove SK_DISABLE_DEFERRED_PROXIES define through code
Bug: skia: Change-Id: I03503dfee145f1cebf4ff73d5e5139ef17b42d85 Reviewed-on: https://skia-review.googlesource.com/103464 Reviewed-by: Robert Phillips <robertphillips@google.com> Commit-Queue: Greg Daniel <egdaniel@google.com>
Diffstat (limited to 'tests/ResourceAllocatorTest.cpp')
-rw-r--r--tests/ResourceAllocatorTest.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/ResourceAllocatorTest.cpp b/tests/ResourceAllocatorTest.cpp
index 173696be2b..2a4a9f7caf 100644
--- a/tests/ResourceAllocatorTest.cpp
+++ b/tests/ResourceAllocatorTest.cpp
@@ -9,7 +9,6 @@
#include "SkTypes.h"
#if SK_SUPPORT_GPU
-#ifndef SK_DISABLE_DEFERRED_PROXIES
#include "Test.h"
#include "GrContextPriv.h"
@@ -206,4 +205,3 @@ DEF_GPUTEST_FOR_RENDERING_CONTEXTS(ResourceAllocatorTest, reporter, ctxInfo) {
}
#endif
-#endif