| Index: cc/trees/layer_tree_host.h
|
| diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h
|
| index afa029f2a11a466219fa72b749ca701f5f1cf37b..c4e28e00ba84f373a04f775ece0a8ca36e504f9e 100644
|
| --- a/cc/trees/layer_tree_host.h
|
| +++ b/cc/trees/layer_tree_host.h
|
| @@ -506,6 +506,7 @@ class CC_EXPORT LayerTreeHost : public NON_EXPORTED_BASE(SurfaceReferenceOwner),
|
| enum { kNumFramesToConsiderBeforeGpuRasterization = 60 };
|
|
|
| void ApplyViewportDeltas(ScrollAndScaleSet* info);
|
| + void RecordWheelAndTouchScrollingCount(ScrollAndScaleSet* info);
|
| void ApplyPageScaleDeltaFromImplSide(float page_scale_delta);
|
| void InitializeProxy(std::unique_ptr<Proxy> proxy);
|
|
|
|
|