summaryrefslogtreecommitdiffstats
path: root/cc/layer_tree_host_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/layer_tree_host_common.h')
-rw-r--r--cc/layer_tree_host_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/layer_tree_host_common.h b/cc/layer_tree_host_common.h
index 5822ea1..1349629 100644
--- a/cc/layer_tree_host_common.h
+++ b/cc/layer_tree_host_common.h
@@ -53,7 +53,7 @@ struct ScrollAndScaleSet {
ScrollAndScaleSet();
~ScrollAndScaleSet();
- Vector<LayerTreeHostCommon::ScrollUpdateInfo> scrolls;
+ std::vector<LayerTreeHostCommon::ScrollUpdateInfo> scrolls;
float pageScaleDelta;
};