Index: Source/platform/graphics/GraphicsContextTest.cpp |
diff --git a/Source/platform/graphics/GraphicsContextTest.cpp b/Source/platform/graphics/GraphicsContextTest.cpp |
index a3bd177875dcfd912d32d302d05858b35fd01486..11a063e541f23d43141682f82a6b4ddb0f0b99ef 100644 |
--- a/Source/platform/graphics/GraphicsContextTest.cpp |
+++ b/Source/platform/graphics/GraphicsContextTest.cpp |
@@ -27,7 +27,6 @@ |
#include "platform/graphics/GraphicsContext.h" |
#include "platform/graphics/BitmapImage.h" |
-#include "platform/graphics/GraphicsContextClient.h" |
#include "platform/graphics/ImageBuffer.h" |
#include "platform/graphics/skia/NativeImageSkia.h" |
#include "third_party/skia/include/core/SkBitmap.h" |
@@ -168,7 +167,7 @@ TEST(GraphicsContextTest, trackImageMaskWithOpaqueRect) |
EXPECT_OPAQUE_PIXELS_ONLY_IN_RECT(bitmap, IntRect(12, 12, 3, 3)); |
} |
- |
+/* |
#define TEST_CLEAR_SETUP \ |
SkBitmap bitmap; \ |
bitmap.allocN32Pixels(10, 10); \ |
@@ -394,7 +393,7 @@ TEST(GraphicsContextTest, detectNoClearWithTransparentPaint) |
TEST_CLEAR_3(false, beginLayer(1.0f, SkXfermode::kSrcOver_Mode), drawRect(fullRect, paint), endLayer()); |
} |
} |
- |
+*/ |
dshwang
2015/02/06 19:10:37
why don't you delete code?
Justin Novosad
2015/02/06 19:37:31
I will. I am currently working on moving these tes
|
TEST(GraphicsContextTest, UnboundedDrawsAreClipped) |
{ |
SkBitmap bitmap; |