| Index: sky/engine/platform/TestingPlatformSupport.h
|
| diff --git a/sky/engine/platform/TestingPlatformSupport.h b/sky/engine/platform/TestingPlatformSupport.h
|
| index 51d17841390cd5942b6399db39be458859d98c85..ecfca7dfe3c8a91e08c91c97c879073ef2bf42af 100644
|
| --- a/sky/engine/platform/TestingPlatformSupport.h
|
| +++ b/sky/engine/platform/TestingPlatformSupport.h
|
| @@ -66,7 +66,6 @@ public:
|
|
|
| // Platform:
|
| virtual WebDiscardableMemory* allocateAndLockDiscardableMemory(size_t bytes) override;
|
| - virtual void cryptographicallyRandomValues(unsigned char* buffer, size_t length) override;
|
| virtual const unsigned char* getTraceCategoryEnabledFlag(const char* categoryName) override;
|
|
|
| private:
|
|
|