Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(79)

Unified Diff: third_party/WebKit/Source/core/imagebitmap/ImageBitmapFactories.h

Issue 1878463002: Move DOMArrayBuffer, DOMArrayBufferViews and DataView to the heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tidy Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/imagebitmap/ImageBitmapFactories.h
diff --git a/third_party/WebKit/Source/core/imagebitmap/ImageBitmapFactories.h b/third_party/WebKit/Source/core/imagebitmap/ImageBitmapFactories.h
index c335eaf9d1e2e1050a46578ed3b9bed853a3d403..d2b8856dc9399dc9603ed8f0fd3d73f80047b955 100644
--- a/third_party/WebKit/Source/core/imagebitmap/ImageBitmapFactories.h
+++ b/third_party/WebKit/Source/core/imagebitmap/ImageBitmapFactories.h
@@ -91,8 +91,8 @@ private:
void rejectPromise();
- void scheduleAsyncImageBitmapDecoding();
- void decodeImageOnDecoderThread(WebTaskRunner*);
+ void scheduleAsyncImageBitmapDecoding(DOMArrayBuffer*);
+ void decodeImageOnDecoderThread(WebTaskRunner*, DOMArrayBuffer*);
void resolvePromiseOnOriginalThread(PassRefPtr<SkImage>);
// FileReaderLoaderClient

Powered by Google App Engine
This is Rietveld 408576698