Fix GPU-less build.

Review URL: https://codereview.appspot.com/6478046

git-svn-id: http://skia.googlecode.com/svn/trunk@5228 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
scroggo@google.com 2012-08-22 15:14:43 +00:00
parent d5764e8ab7
commit 825bb95d6a

View File

@ -6,6 +6,8 @@
* found in the LICENSE file.
*/
#if SK_SUPPORT_GPU
#include "GrContext.h"
#include "SkBitmap.h"
#include "SkGpuDevice.h"
@ -106,3 +108,5 @@ static void TestGpuBitmapCopy(skiatest::Reporter* reporter, GrContext* grContext
#include "TestClassDef.h"
DEFINE_GPUTESTCLASS("GpuBitmapCopy", TestGpuBitmapCopyClass, TestGpuBitmapCopy)
#endif