From cd901046eaa7db876f2b501cfcf90c97fe6f64bf Mon Sep 17 00:00:00 2001 From: Robert Phillips Date: Thu, 27 Apr 2017 12:04:15 -0400 Subject: Disable deferred proxies in Chrome We will re-enable once the proxy instantiation is moved past the TextureSamplers Bug: 715488 Change-Id: I4f0dee18fc191d7fffb6a2f4fedd825729ebb057 Reviewed-on: https://skia-review.googlesource.com/14520 Reviewed-by: Brian Salomon Commit-Queue: Robert Phillips --- tests/ProxyRefTest.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/ProxyRefTest.cpp') diff --git a/tests/ProxyRefTest.cpp b/tests/ProxyRefTest.cpp index d5569b41d1..94c946db0a 100644 --- a/tests/ProxyRefTest.cpp +++ b/tests/ProxyRefTest.cpp @@ -47,6 +47,8 @@ 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,3 +193,5 @@ DEF_GPUTEST_FOR_RENDERING_CONTEXTS(ProxyRefTest, reporter, ctxInfo) { } #endif + +#endif -- cgit v1.2.3