| Index: third_party/WebKit/Source/web/CompositorProxyClientImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/CompositorProxyClientImpl.cpp b/third_party/WebKit/Source/web/CompositorProxyClientImpl.cpp
|
| index 07275554bc24228ff151d6e00b9e65a1e508e69e..b9c3e9bf3f250e66c987650915e4ace97be97396 100644
|
| --- a/third_party/WebKit/Source/web/CompositorProxyClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/CompositorProxyClientImpl.cpp
|
| @@ -109,7 +109,7 @@ bool CompositorProxyClientImpl::executeAnimationFrameCallbacks(
|
|
|
| void CompositorProxyClientImpl::registerCompositorProxy(
|
| CompositorProxy* proxy) {
|
| - m_proxies.add(proxy);
|
| + m_proxies.insert(proxy);
|
| }
|
|
|
| void CompositorProxyClientImpl::unregisterCompositorProxy(
|
|
|