| Index: third_party/WebKit/Source/core/html/canvas/CanvasAsyncBlobCreator.h
|
| diff --git a/third_party/WebKit/Source/core/html/canvas/CanvasAsyncBlobCreator.h b/third_party/WebKit/Source/core/html/canvas/CanvasAsyncBlobCreator.h
|
| index a7f28c6a1cef17ff196991937b25431c4f409378..1381f1ca9fbcdda70dd1e79d36299d722d1eeb2d 100644
|
| --- a/third_party/WebKit/Source/core/html/canvas/CanvasAsyncBlobCreator.h
|
| +++ b/third_party/WebKit/Source/core/html/canvas/CanvasAsyncBlobCreator.h
|
| @@ -9,7 +9,6 @@
|
| #include "core/CoreExport.h"
|
| #include "core/dom/DOMTypedArray.h"
|
| #include "core/fileapi/BlobCallback.h"
|
| -#include "core/workers/ParentFrameTaskRunners.h"
|
| #include "platform/geometry/IntSize.h"
|
| #include "platform/heap/Handle.h"
|
| #include "public/platform/WebTraceLocation.h"
|
| @@ -118,9 +117,6 @@ class CORE_EXPORT CanvasAsyncBlobCreator
|
|
|
| ToBlobFunctionType m_functionType;
|
|
|
| - // Used when CanvasAsyncBlobCreator runs on main thread only
|
| - Member<ParentFrameTaskRunners> m_parentFrameTaskRunner;
|
| -
|
| // Used for HTMLCanvasElement only
|
| Member<BlobCallback> m_callback;
|
|
|
|
|