Index: ui/base/x/x11_util.cc |
diff --git a/ui/base/x/x11_util.cc b/ui/base/x/x11_util.cc |
index 4bcda8d8a4ab698872e18a7ef4a6a3b7af2c5ec0..e149496fdb2dd637e2b62c188b6261d679bbab91 100644 |
--- a/ui/base/x/x11_util.cc |
+++ b/ui/base/x/x11_util.cc |
@@ -329,7 +329,7 @@ void UnrefCustomXCursor(::Cursor cursor) { |
XcursorImage* SkBitmapToXcursorImage(const SkBitmap* cursor_image, |
const gfx::Point& hotspot) { |
- DCHECK(cursor_image->colorType() == kPMColor_SkColorType); |
+ DCHECK(cursor_image->colorType() == kN32_SkColorType); |
gfx::Point hotspot_point = hotspot; |
SkBitmap scaled; |