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

Unified Diff: sky/engine/core/animation/CompositorAnimationsTestHelper.h

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 | « no previous file | sky/engine/core/fetch/CachingCorrectnessTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/animation/CompositorAnimationsTestHelper.h
diff --git a/sky/engine/core/animation/CompositorAnimationsTestHelper.h b/sky/engine/core/animation/CompositorAnimationsTestHelper.h
index 9cb7eb352154abd89382cd3f8aba18d3136535bd..46955fbdfe824d490a870ea4e48ba71648bea016 100644
--- a/sky/engine/core/animation/CompositorAnimationsTestHelper.h
+++ b/sky/engine/core/animation/CompositorAnimationsTestHelper.h
@@ -127,8 +127,6 @@ private:
class PlatformProxy : public Platform {
public:
PlatformProxy(WebCompositorSupportMock** compositor) : m_compositor(compositor) { }
-
- virtual void cryptographicallyRandomValues(unsigned char* buffer, size_t length) { ASSERT_NOT_REACHED(); }
private:
WebCompositorSupportMock** m_compositor;
virtual WebCompositorSupport* compositorSupport() override { return *m_compositor; }
« no previous file with comments | « no previous file | sky/engine/core/fetch/CachingCorrectnessTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698