Chromium Code Reviews| Index: third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h |
| diff --git a/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h b/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h |
| index 3642ae147d005b5cea1c14d310a1cfa3ea08942d..5723830e3595b5371f5e252a0433d92a6e0596c0 100644 |
| --- a/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h |
| +++ b/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h |
| @@ -75,6 +75,8 @@ class CORE_EXPORT ScrollingCoordinator final |
| void notifyGeometryChanged(); |
| // Called when any frame recalculates its overflows after style change. |
| void notifyOverflowUpdated(); |
| + // Called when any paintlayer has transform changed |
| + void checkTransformChangedDueToTouchEvent(const PaintLayer*); |
|
majidvp
2017/01/04 16:48:51
I believe you want the input to be a const referen
yigu
2017/01/05 14:05:43
Done.
|
| void updateAfterCompositingChangeIfNeeded(); |