Bug 587342: Use the correct content type for fallback surfaces. r=jrmuizel

This commit is contained in:
Bas Schouten 2010-08-16 09:15:03 +02:00
Родитель 5ab5eb739e
Коммит be04bb141a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -2492,7 +2492,7 @@ _cairo_d2d_acquire_dest_image(void *abstract_surface,
}
*image_out =
(cairo_image_surface_t*)_cairo_image_surface_create_for_data_with_content((unsigned char*)data.pData,
CAIRO_CONTENT_COLOR_ALPHA,
d2dsurf->base.content,
size.width,
size.height,
data.RowPitch);