From 7a17b2ffab593cad518a1a4dd372316c342f7b21 Mon Sep 17 00:00:00 2001 From: Robert Phillips Date: Tue, 18 Apr 2017 08:10:22 -0400 Subject: Re-enable deferred proxies in Chrome Chrome has branched. TBR=bsalomon@google.com Change-Id: I578deafd63af9e86ff8f7cf8f8ccad6a901c1b21 Reviewed-on: https://skia-review.googlesource.com/13687 Reviewed-by: Robert Phillips Commit-Queue: Robert Phillips --- tests/ProxyRefTest.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests/ProxyRefTest.cpp') diff --git a/tests/ProxyRefTest.cpp b/tests/ProxyRefTest.cpp index a18dd61f1c..d5569b41d1 100644 --- a/tests/ProxyRefTest.cpp +++ b/tests/ProxyRefTest.cpp @@ -47,8 +47,6 @@ int32_t GrIORefProxy::getPendingWriteCnt_TestOnly() const { return fPendingWrites; } -#ifndef SK_DISABLE_DEFERRED_PROXIES - static const int kWidthHeight = 128; static void check_refs(skiatest::Reporter* reporter, @@ -191,6 +189,5 @@ DEF_GPUTEST_FOR_RENDERING_CONTEXTS(ProxyRefTest, reporter, ctxInfo) { } } } -#endif #endif -- cgit v1.2.3