| Index: cc/layers/paint_properties.h
|
| diff --git a/cc/layers/paint_properties.h b/cc/layers/paint_properties.h
|
| index 9b936980c4f8fc489496cb55d281141c2194ce13..323e9499edb520e9a54fda9f768d7410d0ea68c5 100644
|
| --- a/cc/layers/paint_properties.h
|
| +++ b/cc/layers/paint_properties.h
|
| @@ -11,9 +11,11 @@ namespace cc {
|
|
|
| // Container for properties that layers need to save before they can be paint.
|
| struct CC_EXPORT PaintProperties {
|
| - PaintProperties() {}
|
| + PaintProperties() : source_frame_number(-1) {}
|
|
|
| gfx::Size bounds;
|
| +
|
| + int source_frame_number;
|
| };
|
|
|
| } // namespace cc
|
|
|