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

Unified Diff: third_party/WebKit/public/platform/Platform.h

Issue 1547893003: WIP - compositor worker mega patch. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 11 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/public/platform/Platform.h
diff --git a/third_party/WebKit/public/platform/Platform.h b/third_party/WebKit/public/platform/Platform.h
index 166d1493dd6200a8e4c7c488db7d54eb752eb8fa..4e299045457bf28e9a3402322f86ca1d0e77e7fb 100644
--- a/third_party/WebKit/public/platform/Platform.h
+++ b/third_party/WebKit/public/platform/Platform.h
@@ -354,6 +354,7 @@ public:
// Creates an embedder-defined thread.
virtual WebThread* createThread(const char* name) { return nullptr; }
+ virtual WebThread* createThreadForCompositor(const char* name) { return nullptr; }
// Returns an interface to the current thread. This is owned by the
// embedder.
« no previous file with comments | « third_party/WebKit/Source/web/web.gypi ('k') | third_party/WebKit/public/platform/WebCompositorMutableProperties.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698