aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/private/GrSurfaceProxy.h
diff options
context:
space:
mode:
authorGravatar Robert Phillips <robertphillips@google.com>2017-06-12 08:13:43 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-06-12 15:59:47 +0000
commitdb4062038cc0e1b78795b840fa82a4be5705e0e2 (patch)
tree7f7b9c08376312141151b4226ff8fefc7cba1d12 /include/private/GrSurfaceProxy.h
parentc9c06d45863e64ae99ef54c8c56014c855f1ca65 (diff)
Re-enable deferred proxies in Chrome
Change-Id: I6dad0c1d3ff9f81e13625988b00c3f844128d7e7 Reviewed-on: https://skia-review.googlesource.com/19446 Reviewed-by: Brian Salomon <bsalomon@google.com> Commit-Queue: Robert Phillips <robertphillips@google.com>
Diffstat (limited to 'include/private/GrSurfaceProxy.h')
-rw-r--r--include/private/GrSurfaceProxy.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/private/GrSurfaceProxy.h b/include/private/GrSurfaceProxy.h
index bded2c1be6..091fcc8887 100644
--- a/include/private/GrSurfaceProxy.h
+++ b/include/private/GrSurfaceProxy.h
@@ -24,8 +24,6 @@ class GrSurfaceProxyPriv;
class GrTextureOpList;
class GrTextureProxy;
-//#define SK_DISABLE_DEFERRED_PROXIES 1
-
// This class replicates the functionality GrIORef<GrSurface> but tracks the
// utilitization for later resource allocation (for the deferred case) and
// forwards on the utilization in the wrapped case