From 94da292e39db0d41da08b1d6055ca5e0d6b498cc Mon Sep 17 00:00:00 2001 From: joshualitt Date: Thu, 7 Jan 2016 13:22:24 -0800 Subject: 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 --- include/private/GrSingleOwner.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/private/GrSingleOwner.h') 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 -- cgit v1.2.3