paginated: Use the backend->snapshot

The high-level function creates a new lazy snapshot which is not what we
what - we want a snapshot now!

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson 2011-08-14 09:46:26 +01:00
parent 47874aacea
commit 320f40ef89

View file

@ -646,7 +646,7 @@ _cairo_paginated_surface_snapshot (void *abstract_other)
{
cairo_paginated_surface_t *other = abstract_other;
return _cairo_surface_snapshot (other->recording_surface);
return other->recording_surface->backend->snapshot (other->recording_surface);
}
static cairo_t *