| Index: sky/engine/platform/TestingPlatformSupport.cpp
|
| diff --git a/sky/engine/platform/TestingPlatformSupport.cpp b/sky/engine/platform/TestingPlatformSupport.cpp
|
| index 3000c38c1b10b70019aa449d8d31a6cce10e3d13..0dccd61383acc6e055924384286125d89e828e56 100644
|
| --- a/sky/engine/platform/TestingPlatformSupport.cpp
|
| +++ b/sky/engine/platform/TestingPlatformSupport.cpp
|
| @@ -80,10 +80,6 @@ blink::WebDiscardableMemory* TestingPlatformSupport::allocateAndLockDiscardableM
|
| return !m_config.hasDiscardableMemorySupport ? 0 : new TestingDiscardableMemory(bytes);
|
| }
|
|
|
| -void TestingPlatformSupport::cryptographicallyRandomValues(unsigned char* buffer, size_t length)
|
| -{
|
| -}
|
| -
|
| const unsigned char* TestingPlatformSupport::getTraceCategoryEnabledFlag(const char* categoryName)
|
| {
|
| static const unsigned char tracingIsDisabled = 0;
|
|
|