| Index: third_party/WebKit/Source/core/dom/CompositorProxy.cpp
 | 
| diff --git a/third_party/WebKit/Source/core/dom/CompositorProxy.cpp b/third_party/WebKit/Source/core/dom/CompositorProxy.cpp
 | 
| index e715638b804f420fddba14fb52c421ec4cc444a1..ccbc156a2cff8357467e024480e19a8786bf356c 100644
 | 
| --- a/third_party/WebKit/Source/core/dom/CompositorProxy.cpp
 | 
| +++ b/third_party/WebKit/Source/core/dom/CompositorProxy.cpp
 | 
| @@ -4,6 +4,7 @@
 | 
|  
 | 
|  #include "core/dom/CompositorProxy.h"
 | 
|  
 | 
| +#include <algorithm>
 | 
|  #include "bindings/core/v8/ExceptionMessages.h"
 | 
|  #include "bindings/core/v8/ExceptionState.h"
 | 
|  #include "core/dom/CompositorWorkerProxyClient.h"
 | 
| @@ -16,7 +17,6 @@
 | 
|  #include "platform/graphics/CompositorMutableProperties.h"
 | 
|  #include "public/platform/Platform.h"
 | 
|  #include "public/platform/WebTraceLocation.h"
 | 
| -#include <algorithm>
 | 
|  
 | 
|  namespace blink {
 | 
|  
 | 
| 
 |