| Index: sky/engine/platform/fonts/FontCacheTest.cpp
|
| diff --git a/sky/engine/platform/fonts/FontCacheTest.cpp b/sky/engine/platform/fonts/FontCacheTest.cpp
|
| index c982fd6fc0de9e8ac4a554516303f47ba7e0df17..d4eec440488fc055390c5a203d0b8d400d4a2f94 100644
|
| --- a/sky/engine/platform/fonts/FontCacheTest.cpp
|
| +++ b/sky/engine/platform/fonts/FontCacheTest.cpp
|
| @@ -16,7 +16,6 @@ class EmptyPlatform : public Platform {
|
| public:
|
| EmptyPlatform() { }
|
| virtual ~EmptyPlatform() { }
|
| - virtual void cryptographicallyRandomValues(unsigned char* buffer, size_t length) override { }
|
| };
|
|
|
| TEST(FontCache, getLastResortFallbackFont)
|
|
|