Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / DragImageTest.cpp
index 9a6cb55..cf6c6be 100644 (file)
@@ -63,7 +63,7 @@ public:
         , m_size(size)
     {
         SkBitmap bitmap;
-        EXPECT_TRUE(bitmap.allocN32Pixels(size.width(), size.height()));
+        bitmap.allocN32Pixels(size.width(), size.height());
         m_nativeImage = NativeImageSkia::create(bitmap);
     }