| Index: dm/DMGpuSupport.cpp
|
| diff --git a/dm/DMGpuSupport.cpp b/dm/DMGpuSupport.cpp
|
| deleted file mode 100644
|
| index 87a406b4846f110267ca41f7618b75fbfddbb804..0000000000000000000000000000000000000000
|
| --- a/dm/DMGpuSupport.cpp
|
| +++ /dev/null
|
| @@ -1,9 +0,0 @@
|
| -#include "DMGpuSupport.h"
|
| -#include "SkTLS.h"
|
| -
|
| -static void* create_gr_factory() { return new GrContextFactory; }
|
| -static void delete_gr_factory(void* p) { delete (GrContextFactory*)p; }
|
| -
|
| -GrContextFactory* GetThreadLocalGrContextFactory() {
|
| - return (GrContextFactory*)SkTLS::Get(create_gr_factory, delete_gr_factory);
|
| -}
|
|
|