| 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 95cfc0285be6be9238c50dba05bbd7d8322650a1..53a8210d98117585c568ae1bd21c3458d0498ff5 100644
|
| --- a/third_party/WebKit/public/platform/Platform.h
|
| +++ b/third_party/WebKit/public/platform/Platform.h
|
| @@ -356,6 +356,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.
|
|
|