Index: src/gpu/gl/GrGLTestInterface.h |
diff --git a/src/gpu/gl/GrGLTestInterface.h b/src/gpu/gl/GrGLTestInterface.h |
index c5f91ee195ec064e9b11acadbb5258e59024115e..936d9b8a97d53b7346182a6f431263b2ecdd832c 100644 |
--- a/src/gpu/gl/GrGLTestInterface.h |
+++ b/src/gpu/gl/GrGLTestInterface.h |
@@ -11,6 +11,10 @@ |
#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) {} |