aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/private
diff options
context:
space:
mode:
authorGravatar Robert Phillips <robertphillips@google.com>2017-04-11 09:09:24 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-04-12 11:14:31 +0000
commit123b7b8ebd2f8abb7e3b2d498f299ae281b24b74 (patch)
tree2cbf0655227e1d2da1dc87c002100ccbd302bc74 /include/private
parent8f30709e93ba377a0bf77f24aeae890d38b66e52 (diff)
Disable deferred proxies for Chrome branch
Chrome is branching again and Proxy instantiation is still occurring at a bad spot in Skia. Change-Id: I2f6bed7f1833737aa9bb7fd819ff108cffaeaf1d Reviewed-on: https://skia-review.googlesource.com/13133 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, 2 insertions, 0 deletions
diff --git a/include/private/GrSurfaceProxy.h b/include/private/GrSurfaceProxy.h
index 3c65cd84ce..8d5a0caf10 100644
--- a/include/private/GrSurfaceProxy.h
+++ b/include/private/GrSurfaceProxy.h
@@ -22,6 +22,8 @@ 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