aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/private/GrSingleOwner.h
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@google.com>2016-01-07 13:22:24 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2016-01-07 13:22:24 -0800
commit94da292e39db0d41da08b1d6055ca5e0d6b498cc (patch)
tree97d4fb38e5a80b7c6c1167ffd83a8555d097f4e2 /include/private/GrSingleOwner.h
parent9a9515e081c54efdd5a0b0f662c013cbeef6d63f (diff)
Revert of Make a single GrSingleOwner in GrContext (patchset #3 id:40001 of https://codereview.chromium.org/1563703004/ )
Reason for revert: breaking asan Original issue's description: > Make a single GrSingleOwner in GrContext > > TBR=bsalomon@google.com > BUG=skia: > GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1563703004 > > Committed: https://skia.googlesource.com/skia/+/f9bc796e0dbd31674c22b34761913ee6e8fdd66a TBR=robertphillips@google.com,joshualitt@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=skia: Review URL: https://codereview.chromium.org/1565303003
Diffstat (limited to 'include/private/GrSingleOwner.h')
-rw-r--r--include/private/GrSingleOwner.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/private/GrSingleOwner.h b/include/private/GrSingleOwner.h
index 64e63d3b19..dea982e89a 100644
--- a/include/private/GrSingleOwner.h
+++ b/include/private/GrSingleOwner.h
@@ -48,8 +48,6 @@ private:
SkThreadID fOwner; // guarded by fMutex
int fReentranceCount; // guarded by fMutex
};
-#else
-class GrSingleOwner {}; // Provide a dummy implementation so we can pass pointers to constructors
#endif
#endif