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:
parent
cb26535ff7
commit
41809934d7
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user