| Index: content/browser/renderer_host/offscreen_canvas_surface_impl.cc
 | 
| diff --git a/content/browser/renderer_host/offscreen_canvas_surface_impl.cc b/content/browser/renderer_host/offscreen_canvas_surface_impl.cc
 | 
| index c03b8d94037ac95026b6b7f91d97e1aed4154d5d..a4a88ac432c1fc51d0d705e72bf348348063c833 100644
 | 
| --- a/content/browser/renderer_host/offscreen_canvas_surface_impl.cc
 | 
| +++ b/content/browser/renderer_host/offscreen_canvas_surface_impl.cc
 | 
| @@ -7,6 +7,7 @@
 | 
|  #include <utility>
 | 
|  
 | 
|  #include "base/bind_helpers.h"
 | 
| +#include "base/memory/ptr_util.h"
 | 
|  #include "cc/surfaces/surface.h"
 | 
|  #include "cc/surfaces/surface_manager.h"
 | 
|  #include "content/browser/compositor/surface_utils.h"
 | 
| 
 |