aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/private
diff options
context:
space:
mode:
authorGravatar Robert Phillips <robertphillips@google.com>2017-03-13 10:41:08 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-03-13 16:25:45 +0000
commit4f7062378eb7bdaf6ab19d178d54effd55adcc72 (patch)
tree6281a1c17598dc08f8895d76824544dca4c48e06 /include/private
parent841101d348bbfae2ca44e0a0f267c974d38c9891 (diff)
Restore deferred GPU resources in Chrome
Change-Id: Ib52668b46e7d077175dcba12a3ccc8abc1f0c7a9 Reviewed-on: https://skia-review.googlesource.com/9552 Reviewed-by: Brian Salomon <bsalomon@google.com> Commit-Queue: Robert Phillips <robertphillips@google.com>
Diffstat (limited to 'include/private')
-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 31e0f1d1ca..5ed395beb6 100644
--- a/include/private/GrSurfaceProxy.h
+++ b/include/private/GrSurfaceProxy.h
@@ -22,8 +22,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