| Index: third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.cpp b/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.cpp
|
| index 2812f9f87f1f12d3df7f66d19d4984554fcb9df8..d00ba4b9e690f8a4b326ffcfdab1a887669e644a 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.cpp
|
| @@ -12,6 +12,8 @@
|
| #include "platform/WebTaskRunner.h"
|
| #include "platform/graphics/OffscreenCanvasPlaceholder.h"
|
| #include "platform/graphics/gpu/SharedGpuContext.h"
|
| +#include "platform/wtf/typed_arrays/ArrayBuffer.h"
|
| +#include "platform/wtf/typed_arrays/Uint8Array.h"
|
| #include "public/platform/InterfaceProvider.h"
|
| #include "public/platform/Platform.h"
|
| #include "public/platform/WebGraphicsContext3DProvider.h"
|
| @@ -22,8 +24,6 @@
|
| #include "third_party/skia/include/core/SkImage.h"
|
| #include "ui/gfx/geometry/rect.h"
|
| #include "ui/gfx/transform.h"
|
| -#include "wtf/typed_arrays/ArrayBuffer.h"
|
| -#include "wtf/typed_arrays/Uint8Array.h"
|
|
|
| namespace blink {
|
|
|
|
|