Fix GPU-less build of bench.

git-svn-id: http://skia.googlecode.com/svn/trunk@7828 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
bsalomon@google.com 2013-02-22 16:25:28 +00:00
parent cb26535ff7
commit 41809934d7

View File

@ -15,6 +15,8 @@
#include "gl/GrGLDefines.h"
#include "GrRenderTarget.h"
#include "SkGpuDevice.h"
#else
class GrContext;
#endif // SK_SUPPORT_GPU
#include "SkBenchLogger.h"
@ -28,6 +30,7 @@
#include "SkNWayCanvas.h"
#include "SkPicture.h"
#include "SkString.h"
#include "SkTArray.h"
#include "TimerData.h"
enum benchModes {