diff options
author | skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-08-30 07:01:34 +0000 |
---|---|---|
committer | skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-08-30 07:01:34 +0000 |
commit | 772c4e6d09f5e0971a584d2035ee789483d6f47a (patch) | |
tree | 3442e426b82d65475b7c4a1de619afe6fa9cd171 /tests | |
parent | e02944075840d672bd1797f3d945ff82d302282f (diff) |
Sanitizing source files in Housekeeper-Nightly
git-svn-id: http://skia.googlecode.com/svn/trunk@11017 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ReadPixelsTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ReadPixelsTest.cpp b/tests/ReadPixelsTest.cpp index 6ebcc4a4fc..9e287758cb 100644 --- a/tests/ReadPixelsTest.cpp +++ b/tests/ReadPixelsTest.cpp @@ -313,7 +313,7 @@ void ReadPixelsTest(skiatest::Reporter* reporter, GrContextFactory* factory) { for (int glCtxType = 0; glCtxType < glCtxTypeCnt; ++glCtxType) { SkAutoTUnref<SkBaseDevice> device; if (0 == dtype) { - device.reset(new SkBitmapDevice(SkBitmap::kARGB_8888_Config, + device.reset(new SkBitmapDevice(SkBitmap::kARGB_8888_Config, DEV_W, DEV_H, false)); } else { #if SK_SUPPORT_GPU |