Chromium Code Reviews| Index: dm/DMGpuSupport.h |
| diff --git a/dm/DMGpuSupport.h b/dm/DMGpuSupport.h |
| index 65fbc538a77f4f04e400c3db31777563d0e3b4b4..f147248465fa3a463314dc61707d7ae3f8fd6d18 100644 |
| --- a/dm/DMGpuSupport.h |
| +++ b/dm/DMGpuSupport.h |
| @@ -55,8 +55,13 @@ public: |
| void dumpGpuStats(SkString*) const {} |
| }; |
|
robertphillips
2015/05/27 18:28:31
What's up with the "{}" ?
bsalomon
2015/05/27 20:17:33
Some part of DM needed this defined and not just d
|
| +struct GrContextOptions {}; |
| + |
| class GrContextFactory { |
| public: |
| + GrContextFactory() {}; |
| + explicit GrContextFactory(const GrContextOptions&) {} |
| + |
| typedef int GLContextType; |
| static const GLContextType kANGLE_GLContextType = 0, |