summaryrefslogtreecommitdiff
path: root/src/cairo-recording-surface-private.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2011-07-29 11:18:36 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2011-07-29 11:44:21 +0100
commitecafad7149cb80bad56cc042ced4bb06c106ce1a (patch)
treeab8d122fa8e820edb13a255227e4747a48551254 /src/cairo-recording-surface-private.h
parent81efbc1847c4b9c08440d76bbc1636b21cac16d8 (diff)
downloadcairo-ecafad7149cb80bad56cc042ced4bb06c106ce1a.tar.gz
record: Assume recording surface targets are clear
The replay of the recording surface will not function correctly unless the target surface region is already clear. So assume that is and optimise away the initial clear. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/cairo-recording-surface-private.h')
-rw-r--r--src/cairo-recording-surface-private.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cairo-recording-surface-private.h b/src/cairo-recording-surface-private.h
index bf5eb7544..c370b67a4 100644
--- a/src/cairo-recording-surface-private.h
+++ b/src/cairo-recording-surface-private.h
@@ -142,8 +142,6 @@ typedef struct _cairo_recording_surface {
struct bbtree *left, *right;
cairo_command_header_t *chain;
} bbtree;
-
- int replay_start_idx;
} cairo_recording_surface_t;
slim_hidden_proto (cairo_recording_surface_create);