| OLD | NEW |
| 1 #ifndef DMGpuSupport_DEFINED | 1 #ifndef DMGpuSupport_DEFINED |
| 2 #define DMGpuSupport_DEFINED | 2 #define DMGpuSupport_DEFINED |
| 3 | 3 |
| 4 // Provides Ganesh to DM, | 4 // Provides Ganesh to DM, |
| 5 // or if it's not available, fakes it enough so most code doesn't have to know t
hat. | 5 // or if it's not available, fakes it enough so most code doesn't have to know t
hat. |
| 6 | 6 |
| 7 #include "SkSurface.h" | 7 #include "SkSurface.h" |
| 8 | 8 |
| 9 #if SK_SUPPORT_GPU | 9 #if SK_SUPPORT_GPU |
| 10 | 10 |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 68 SkImageInfo, | 68 SkImageInfo, |
| 69 int, | 69 int, |
| 70 bool) { | 70 bool) { |
| 71 return NULL; | 71 return NULL; |
| 72 } | 72 } |
| 73 | 73 |
| 74 } // namespace DM | 74 } // namespace DM |
| 75 | 75 |
| 76 #endif//SK_SUPPORT_GPU | 76 #endif//SK_SUPPORT_GPU |
| 77 | 77 |
| 78 GrContextFactory* GetThreadLocalGrContextFactory(); | |
| 79 | |
| 80 #endif//DMGpuSupport_DEFINED | 78 #endif//DMGpuSupport_DEFINED |
| OLD | NEW |