From 3ef61c73a97b31000a21e323e04ad5397e517c4c Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Wed, 6 Sep 2017 09:37:59 -0400 Subject: GUID cleanup This CL removes fx_guid and inlines into CXFA_FM2JSContext as needed. Change-Id: I08a1f03fd4be46730eee24ab73b8b5c0daf9cd7d Reviewed-on: https://pdfium-review.googlesource.com/13094 Commit-Queue: dsinclair Reviewed-by: Tom Sepez --- core/fxcrt/fx_random.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/fxcrt/fx_random.h') diff --git a/core/fxcrt/fx_random.h b/core/fxcrt/fx_random.h index c07ef797cf..52d514ba53 100644 --- a/core/fxcrt/fx_random.h +++ b/core/fxcrt/fx_random.h @@ -12,7 +12,7 @@ void* FX_Random_MT_Start(uint32_t dwSeed); void FX_Random_MT_Close(void* pContext); uint32_t FX_Random_MT_Generate(void* pContext); -void FX_Random_GenerateBase(uint32_t* pBuffer, int32_t iCount); + void FX_Random_GenerateMT(uint32_t* pBuffer, int32_t iCount); #endif // CORE_FXCRT_FX_RANDOM_H_ -- cgit v1.2.3