From db4062038cc0e1b78795b840fa82a4be5705e0e2 Mon Sep 17 00:00:00 2001 From: Robert Phillips Date: Mon, 12 Jun 2017 08:13:43 -0400 Subject: Re-enable deferred proxies in Chrome Change-Id: I6dad0c1d3ff9f81e13625988b00c3f844128d7e7 Reviewed-on: https://skia-review.googlesource.com/19446 Reviewed-by: Brian Salomon Commit-Queue: Robert Phillips --- tests/ProxyRefTest.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tests/ProxyRefTest.cpp') diff --git a/tests/ProxyRefTest.cpp b/tests/ProxyRefTest.cpp index 0775fde3e8..cd07e186c8 100644 --- a/tests/ProxyRefTest.cpp +++ b/tests/ProxyRefTest.cpp @@ -45,8 +45,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,5 +189,3 @@ DEF_GPUTEST_FOR_RENDERING_CONTEXTS(ProxyRefTest, reporter, ctxInfo) { } #endif - -#endif -- cgit v1.2.3