| Index: src/gpu/gl/GrGLTestInterface.h
 | 
| diff --git a/src/gpu/gl/GrGLTestInterface.h b/src/gpu/gl/GrGLTestInterface.h
 | 
| index 936d9b8a97d53b7346182a6f431263b2ecdd832c..c5f91ee195ec064e9b11acadbb5258e59024115e 100644
 | 
| --- a/src/gpu/gl/GrGLTestInterface.h
 | 
| +++ b/src/gpu/gl/GrGLTestInterface.h
 | 
| @@ -11,10 +11,6 @@
 | 
|  #include "gl/GrGLInterface.h"
 | 
|  #include "GrGLDefines.h"
 | 
|  
 | 
| -/**
 | 
| - * Base class for interfaces used for Skia testing. We would like to move this to tools/gpu/gl
 | 
| - * when Chromium is no longer using GrGLCreateNullInterface in its unit testing.
 | 
| - */
 | 
|  class GrGLTestInterface : public GrGLInterface {
 | 
|  public:
 | 
|      virtual GrGLvoid activeTexture(GrGLenum texture) {}
 | 
| 
 |