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

Unified Diff: third_party/WebKit/Source/core/fileapi/FileReaderLoader.h

Issue 2193173002: Move ThreadableLoader to Oilpan heap (1/3) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@onheap-bridge-peer-in-worker-threadable-loader
Patch Set: rebase Created 4 years, 5 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/fileapi/FileReaderSync.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/fileapi/FileReaderLoader.h
diff --git a/third_party/WebKit/Source/core/fileapi/FileReaderLoader.h b/third_party/WebKit/Source/core/fileapi/FileReaderLoader.h
index c1ab823b78dafb85af059c3071747a5b8f48514c..dedf9c2fb0597df4d9a9384f114e5c88165d91bc 100644
--- a/third_party/WebKit/Source/core/fileapi/FileReaderLoader.h
+++ b/third_party/WebKit/Source/core/fileapi/FileReaderLoader.h
@@ -69,7 +69,6 @@ public:
return wrapUnique(new FileReaderLoader(readType, client));
}
- FileReaderLoader(ReadType, FileReaderLoaderClient*);
~FileReaderLoader() override;
void start(ExecutionContext*, PassRefPtr<BlobDataHandle>);
@@ -106,6 +105,8 @@ public:
void setDataType(const String& dataType) { m_dataType = dataType; }
private:
+ FileReaderLoader(ReadType, FileReaderLoaderClient*);
+
void startInternal(ExecutionContext&, const Stream*, PassRefPtr<BlobDataHandle>);
void cleanup();
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/fileapi/FileReaderSync.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698