aboutsummaryrefslogtreecommitdiffhomepage
path: root/dm/DMGpuSupport.h
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2015-01-15 12:46:02 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-01-15 12:46:02 -0800
commit82d2843cc59dc048b7d8d1d928dab743d8e85a3b (patch)
tree449c9f86e3533e5c249f236b7b93989ea77a8599 /dm/DMGpuSupport.h
parentca8e350a8dfd541fd93b986733daa82dc5bea1c9 (diff)
turn back on gpu tests
NOTREECHECKS=true BUG=skia:3255 Review URL: https://codereview.chromium.org/817573004
Diffstat (limited to 'dm/DMGpuSupport.h')
-rw-r--r--dm/DMGpuSupport.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/dm/DMGpuSupport.h b/dm/DMGpuSupport.h
index 33d8995b44..a513d64bfd 100644
--- a/dm/DMGpuSupport.h
+++ b/dm/DMGpuSupport.h
@@ -74,4 +74,6 @@ static inline SkSurface* NewGpuSurface(GrContextFactory*,
#endif//SK_SUPPORT_GPU
+GrContextFactory* GetThreadLocalGrContextFactory();
+
#endif//DMGpuSupport_DEFINED