Index: cc/trees/layer_tree_host.h |
diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h |
index 4564584b9d9e4991d29643edf53159bf59a2582e..98ac83d13b154fb0e256340b0331b8eb5c06612f 100644 |
--- a/cc/trees/layer_tree_host.h |
+++ b/cc/trees/layer_tree_host.h |
@@ -239,9 +239,6 @@ class CC_EXPORT LayerTreeHost { |
base::TimeDelta duration); |
void ApplyScrollAndScale(const ScrollAndScaleSet& info); |
- gfx::Vector2d DistributeScrollOffsetToViewports(const gfx::Vector2d offset, |
- Layer* layer); |
- |
void SetImplTransform(const gfx::Transform& transform); |
// Virtual for tests. |