From dabdd9e71df4619db0260b9091c9bcc0d57b0a34 Mon Sep 17 00:00:00 2001 From: "borenet@google.com" Date: Tue, 11 Sep 2012 20:39:09 +0000 Subject: Revert r5491, r5495, r5497, and r5498. Review URL: https://codereview.appspot.com/6499097 git-svn-id: http://skia.googlecode.com/svn/trunk@5501 2bbb7eff-a529-9590-31e7-b0007b416f81 --- include/gpu/GrContextFactory.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include') diff --git a/include/gpu/GrContextFactory.h b/include/gpu/GrContextFactory.h index 1942a60886..600bedae66 100644 --- a/include/gpu/GrContextFactory.h +++ b/include/gpu/GrContextFactory.h @@ -90,18 +90,15 @@ public: } static const int kBogusSize = 1; if (!glCtx.get()) { - SkDebugf("GrContextFactory.h: no context\n"); return NULL; } if (!glCtx.get()->init(kBogusSize, kBogusSize)) { - SkDebugf("GrContextFactory.h: no init\n"); return NULL; } GrPlatform3DContext p3dctx = reinterpret_cast(glCtx.get()->gl()); grCtx.reset(GrContext::Create(kOpenGL_Shaders_GrEngine, p3dctx)); if (!grCtx.get()) { - SkDebugf("GrContextFactory.h: no gr context\n"); return NULL; } GPUContext& ctx = fContexts.push_back(); -- cgit v1.2.3