| 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 880be7b063edc55f15fe453926130453695af9d3..623c11f844c907cd1e4a3dcd080d5686e3ac2b2e 100644
|
| --- a/third_party/WebKit/public/platform/Platform.h
|
| +++ b/third_party/WebKit/public/platform/Platform.h
|
| @@ -135,6 +135,8 @@ public:
|
| typedef int FileHandle;
|
| #endif
|
|
|
| + // Initialize platform and wtf. If you need to initialize the entire Blink,
|
| + // you should use blink::initialize.
|
| static void initialize(Platform*);
|
| static void shutdown();
|
| static Platform* current();
|
|
|