Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(478)

Unified Diff: sky/engine/platform/fonts/FontCacheTest.cpp

Issue 691483005: Remove Platform::cryptographicallyRandomValues (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/engine/platform/TestingPlatformSupport.cpp ('k') | sky/engine/public/platform/Platform.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « sky/engine/platform/TestingPlatformSupport.cpp ('k') | sky/engine/public/platform/Platform.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698