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 4d390c1bed3e83fc28af863124e607e261d38e41..2b59a8879e737ae8481cbf9c245f51c0b2a6c32b 100644 |
--- a/third_party/WebKit/public/platform/Platform.h |
+++ b/third_party/WebKit/public/platform/Platform.h |
@@ -701,6 +701,10 @@ class BLINK_PLATFORM_EXPORT Platform { |
// depending on memory pressure. |
virtual void RequestPurgeMemory() {} |
+ // V8 Context Snapshot -------------------------------------------------- |
+ |
+ virtual bool IsToTakeV8Snapshot() { return false; } |
haraken
2017/07/04 15:04:20
IsTakingV8ContextSnapshot ?
peria
2017/07/07 06:22:04
Done.
|
+ |
// Feature Policy ----------------------------------------------------- |
// Create a new feature policy object for a document, given its parent |