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

Side by Side Diff: dm/DMGpuSupport.h

Issue 817573004: turn back on gpu tests (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: missing file Created 5 years, 11 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 unified diff | Download patch
« no previous file with comments | « dm/DM.cpp ('k') | dm/DMGpuSupport.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 SkImageInfo, 67 SkImageInfo,
68 int, 68 int,
69 bool) { 69 bool) {
70 return NULL; 70 return NULL;
71 } 71 }
72 72
73 } // namespace DM 73 } // namespace DM
74 74
75 #endif//SK_SUPPORT_GPU 75 #endif//SK_SUPPORT_GPU
76 76
77 GrContextFactory* GetThreadLocalGrContextFactory();
78
77 #endif//DMGpuSupport_DEFINED 79 #endif//DMGpuSupport_DEFINED
OLDNEW
« no previous file with comments | « dm/DM.cpp ('k') | dm/DMGpuSupport.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698