| Index: third_party/WebKit/Source/modules/offscreencanvas2d/OffscreenCanvasRenderingContext2D.cpp
|
| diff --git a/third_party/WebKit/Source/modules/offscreencanvas2d/OffscreenCanvasRenderingContext2D.cpp b/third_party/WebKit/Source/modules/offscreencanvas2d/OffscreenCanvasRenderingContext2D.cpp
|
| index 0636218ea926fe28053b62cf0bac31bb29910521..1f40dd187e0811faca589ff715e64a7a35f5d5ef 100644
|
| --- a/third_party/WebKit/Source/modules/offscreencanvas2d/OffscreenCanvasRenderingContext2D.cpp
|
| +++ b/third_party/WebKit/Source/modules/offscreencanvas2d/OffscreenCanvasRenderingContext2D.cpp
|
| @@ -14,8 +14,8 @@
|
| #include "platform/graphics/UnacceleratedImageBufferSurface.h"
|
| #include "platform/graphics/gpu/AcceleratedImageBufferSurface.h"
|
| #include "platform/graphics/paint/PaintCanvas.h"
|
| -#include "wtf/Assertions.h"
|
| -#include "wtf/CurrentTime.h"
|
| +#include "platform/wtf/Assertions.h"
|
| +#include "platform/wtf/CurrentTime.h"
|
|
|
| namespace blink {
|
|
|
|
|