| Index: dm/DMBenchTask.h
 | 
| diff --git a/dm/DMBenchTask.h b/dm/DMBenchTask.h
 | 
| index 3c71cd76f0f813017e4e0336b67948a51b04e243..d2b58004f9f57091cb4777e3aab0f9be3d5c3ca5 100644
 | 
| --- a/dm/DMBenchTask.h
 | 
| +++ b/dm/DMBenchTask.h
 | 
| @@ -46,6 +46,7 @@ public:
 | 
|                   TaskRunner*,
 | 
|                   BenchRegistry::Factory,
 | 
|                   GrContextFactory::GLContextType,
 | 
| +                 GrGLStandard gpuAPI,
 | 
|                   int sampleCount);
 | 
|  
 | 
|      virtual void draw(GrContextFactory*) SK_OVERRIDE;
 | 
| @@ -56,6 +57,7 @@ private:
 | 
|      SkAutoTDelete<Benchmark> fBench;
 | 
|      const SkString fName;
 | 
|      const GrContextFactory::GLContextType fContextType;
 | 
| +    const GrGLStandard fGpuAPI;
 | 
|      int fSampleCount;
 | 
|  };
 | 
|  
 | 
| 
 |