| Index: third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcher.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcher.h b/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcher.h
|
| index d3bc6862d5108a647e524ca792ee514ab0d10263..1818fd0a784b185be01f48e6cbf77cf8e84592f1 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcher.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcher.h
|
| @@ -7,8 +7,8 @@
|
|
|
| #include "platform/PlatformExport.h"
|
| #include "platform/WebTaskRunner.h"
|
| -#include "wtf/RefPtr.h"
|
| -#include "wtf/WeakPtr.h"
|
| +#include "platform/wtf/RefPtr.h"
|
| +#include "platform/wtf/WeakPtr.h"
|
|
|
| namespace blink {
|
|
|
|
|