From c91f49440d1251103210637f91567849e0ade62a Mon Sep 17 00:00:00 2001 From: "jamesr@chromium.org" Date: Fri, 11 May 2012 19:32:04 +0000 Subject: remove WEBKIT_USING_SKIA WEBKIT_USING_SKIA is always set, so having the #ifdef isn't helpful. This just removes the guards. BUG=none TEST=compiles Review URL: https://chromiumcodereview.appspot.com/10391041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136632 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/gpu/webgraphicscontext3d_in_process_impl.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'webkit/gpu/webgraphicscontext3d_in_process_impl.cc') diff --git a/webkit/gpu/webgraphicscontext3d_in_process_impl.cc b/webkit/gpu/webgraphicscontext3d_in_process_impl.cc index 0b9bbc9..2f6c6da 100644 --- a/webkit/gpu/webgraphicscontext3d_in_process_impl.cc +++ b/webkit/gpu/webgraphicscontext3d_in_process_impl.cc @@ -1676,11 +1676,9 @@ void WebGraphicsContext3DInProcessImpl::copyTextureCHROMIUM( { } -#if WEBKIT_USING_SKIA GrGLInterface* WebGraphicsContext3DInProcessImpl::onCreateGrGLInterface() { return gfx::CreateInProcessSkiaGLBinding(); } -#endif bool WebGraphicsContext3DInProcessImpl::AngleCreateCompilers() { if (!ShInitialize()) -- cgit v1.1