From a0b40280a49a8a43af7929ead3b3489951c58501 Mon Sep 17 00:00:00 2001 From: "commit-bot@chromium.org" Date: Wed, 18 Sep 2013 13:00:55 +0000 Subject: Replace uses of GrNoncopyable by SkNoncopyable. BUG=None TEST=None, no functional changes. R=bsalomon@google.com, robertphillips@google.com Author: tfarina@chromium.org Review URL: https://chromiumcodereview.appspot.com/23483042 git-svn-id: http://skia.googlecode.com/svn/trunk@11341 2bbb7eff-a529-9590-31e7-b0007b416f81 --- src/gpu/GrBufferAllocPool.h | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'src/gpu/GrBufferAllocPool.h') diff --git a/src/gpu/GrBufferAllocPool.h b/src/gpu/GrBufferAllocPool.h index 9758137f4e..809fa5f426 100644 --- a/src/gpu/GrBufferAllocPool.h +++ b/src/gpu/GrBufferAllocPool.h @@ -1,4 +1,3 @@ - /* * Copyright 2010 Google Inc. * @@ -6,15 +5,12 @@ * found in the LICENSE file. */ - - #ifndef GrBufferAllocPool_DEFINED #define GrBufferAllocPool_DEFINED -#include "GrNoncopyable.h" - #include "SkTArray.h" #include "SkTDArray.h" +#include "SkTypes.h" class GrGeometryBuffer; class GrGpu; @@ -31,8 +27,7 @@ class GrGpu; * a number of buffers to preallocate can be specified. These will * be allocated at the min size and kept around until the pool is destroyed. */ -class GrBufferAllocPool : GrNoncopyable { - +class GrBufferAllocPool : public SkNoncopyable { public: /** * Ensures all buffers are unlocked and have all data written to them. -- cgit v1.2.3