| Index: third_party/WebKit/Source/platform/graphics/CompositorMutableStateProvider.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/CompositorMutableStateProvider.h b/third_party/WebKit/Source/platform/graphics/CompositorMutableStateProvider.h
|
| index ba2ccdb91382a4dc1d0bdb269d170cc450165429..16f26df7a8d3d2661fe1ef9039684a4ab3b50fba 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/CompositorMutableStateProvider.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/CompositorMutableStateProvider.h
|
| @@ -26,7 +26,8 @@ class PLATFORM_EXPORT CompositorMutableStateProvider {
|
| ~CompositorMutableStateProvider();
|
|
|
| std::unique_ptr<CompositorMutableState> getMutableStateFor(
|
| - uint64_t elementId);
|
| + uint64_t elementId,
|
| + uint64_t scrollingElementId);
|
|
|
| private:
|
| cc::LayerTreeImpl* m_tree;
|
|
|