Turn off WritePixelsTest in fixed pt build (GPU device known not to work, no plan to fix)

git-svn-id: http://skia.googlecode.com/svn/trunk@2663 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
bsalomon@google.com 2011-11-10 21:20:37 +00:00
parent d58a1cd00b
commit bbce8b29bd

View File

@ -288,7 +288,9 @@ struct CanvasConfig {
static const CanvasConfig gCanvasConfigs[] = {
{kRaster_DevType, true},
{kRaster_DevType, false},
#ifdef SK_SCALAR_IS_FLOAT
{kGpu_DevType, true}, // row bytes has no meaning on gpu devices
#endif
};
bool setupCanvas(SkCanvas* canvas, const CanvasConfig& c, GrContext* grCtx) {