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

Unified Diff: content/utility/utility_thread_impl.h

Issue 2832633002: Add PDF compositor service (Closed)
Patch Set: rebase Created 3 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: content/utility/utility_thread_impl.h
diff --git a/content/utility/utility_thread_impl.h b/content/utility/utility_thread_impl.h
index bd054142564bf5fdae6228162aab8c7bad24f332..0bb9b1f972cf428f0fa0bbada7297447ffc0c088 100644
--- a/content/utility/utility_thread_impl.h
+++ b/content/utility/utility_thread_impl.h
@@ -38,6 +38,7 @@ class UtilityThreadImpl : public UtilityThread,
~UtilityThreadImpl() override;
void Shutdown() override;
+ scoped_refptr<base::SingleThreadTaskRunner> GetIOTaskRunner() override;
void ReleaseProcessIfNeeded() override;
void EnsureBlinkInitialized() override;

Powered by Google App Engine
This is Rietveld 408576698