| Index: third_party/WebKit/Source/core/animation/ElementAnimations.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/ElementAnimations.cpp b/third_party/WebKit/Source/core/animation/ElementAnimations.cpp
|
| index ba3fabd1c17b29c44541f59242c988b50bec03f7..7adacbf45ace484ae03f64f04f333a26837b16d0 100644
|
| --- a/third_party/WebKit/Source/core/animation/ElementAnimations.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/ElementAnimations.cpp
|
| @@ -34,10 +34,8 @@
|
|
|
| namespace blink {
|
|
|
| -static CompositorElementId s_nextCompositorElementId = 1;
|
| -
|
| ElementAnimations::ElementAnimations()
|
| - : m_compositorElementId(s_nextCompositorElementId++)
|
| + : m_compositorElementId(nextCompositorElementId())
|
| , m_animationStyleChange(false)
|
| {
|
| }
|
|
|