Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / ui / base / cursor / cursor_loader_x11_unittest.cc
index 9584cf1..598746f 100644 (file)
@@ -16,8 +16,7 @@ namespace ui {
 
 TEST(CursorLoaderX11Test, ScaleAndRotate) {
   SkBitmap bitmap;
-  bitmap.setConfig(SkBitmap::kARGB_8888_Config, 10, 5);
-  bitmap.allocPixels();
+  bitmap.allocN32Pixels(10, 5);
   bitmap.eraseColor(SK_ColorBLACK);
 
   gfx::Point hotpoint(3,4);