| 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 d623c5a5d6fa57cb244877de947a0c4d7fd83b0a..a7ee350d6d86e03b2d983e554bc009991bd42328 100644
|
| --- a/third_party/WebKit/public/platform/Platform.h
|
| +++ b/third_party/WebKit/public/platform/Platform.h
|
| @@ -139,6 +139,9 @@ class BLINK_PLATFORM_EXPORT Platform {
|
| static void shutdown();
|
| static Platform* current();
|
|
|
| + // Call when spawning a new thread.
|
| + static void initializeThread();
|
| +
|
| // Used to switch the current platform only for testing.
|
| // You should not pass in a Platform object that is not fully instantiated.
|
| static void setCurrentPlatformForTesting(Platform*);
|
|
|