Index: cc/trees/property_tree.cc |
diff --git a/cc/trees/property_tree.cc b/cc/trees/property_tree.cc |
index 26031400ed8cf8dc1a92becb5d22ccd6fc42316d..d369ad9106005f13a74e25c8b64453cb2f2e1e0f 100644 |
--- a/cc/trees/property_tree.cc |
+++ b/cc/trees/property_tree.cc |
@@ -382,7 +382,7 @@ void TransformTree::UpdateSnapping(TransformNode* node) { |
node->data.scroll_snap = translation; |
} |
-PropertyTrees::PropertyTrees() : needs_rebuild(true) { |
+PropertyTrees::PropertyTrees() : needs_rebuild(true), sequence_number(0) { |
} |
} // namespace cc |