| Index: gm/surface.cpp
|
| diff --git a/gm/surface.cpp b/gm/surface.cpp
|
| index 436ea952866cdf4345b30f49baa1117987145d0e..901e324397ef2af08a3618efcad01a453e6bb075 100644
|
| --- a/gm/surface.cpp
|
| +++ b/gm/surface.cpp
|
| @@ -86,7 +86,7 @@ protected:
|
| { kRGB_V_SkPixelGeometry, "RGB_V" },
|
| { kBGR_V_SkPixelGeometry, "BGR_V" },
|
| };
|
| -
|
| +
|
| SkScalar x = 0;
|
| for (int disallowAA = 0; disallowAA <= 1; ++disallowAA) {
|
| for (int disallowDither = 0; disallowDither <= 1; ++disallowDither) {
|
| @@ -156,4 +156,3 @@ private:
|
| typedef GM INHERITED;
|
| };
|
| DEF_GM( return new NewSurfaceGM )
|
| -
|
|
|