| 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 2fdcc52a4dac4004b3bed5ff374b72140956ded6..63bd8ca5ec10c4473bf306c65577afefc6d2a065 100644
|
| --- a/third_party/WebKit/public/platform/Platform.h
|
| +++ b/third_party/WebKit/public/platform/Platform.h
|
| @@ -684,6 +684,10 @@ class BLINK_PLATFORM_EXPORT Platform {
|
| // depending on memory pressure.
|
| virtual void RequestPurgeMemory() {}
|
|
|
| + // V8 Context Snapshot --------------------------------------------------
|
| +
|
| + virtual bool IsToTakeV8Snapshot() { return false; }
|
| +
|
| // Feature Policy -----------------------------------------------------
|
|
|
| // Create a new feature policy object for a document, given its parent
|
|
|