| Index: third_party/WebKit/Source/platform/graphics/compositing/PropertyTreeManager.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/compositing/PropertyTreeManager.h b/third_party/WebKit/Source/platform/graphics/compositing/PropertyTreeManager.h
|
| index 866b859d89b367d40d2a23aa60df988b3f4c0ecb..d64575fc46009ae423fe73170a0526c4dae0ac1b 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/compositing/PropertyTreeManager.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/compositing/PropertyTreeManager.h
|
| @@ -83,7 +83,7 @@ class PropertyTreeManager {
|
| }
|
|
|
| // Scroll offset has special treatment in the transform and scroll trees.
|
| - void updateScrollOffset(int layerId, int scrollId);
|
| + void updateScrollOffset(const ScrollPaintPropertyNode*);
|
|
|
| private:
|
| void buildEffectNodesRecursively(const EffectPaintPropertyNode* nextEffect);
|
|
|