Index: src/gpu/GrGpu.h |
diff --git a/src/gpu/GrGpu.h b/src/gpu/GrGpu.h |
index dc6e9c0df6c46d49e05b798e5edc4a0c65350005..d9c2e18bdb1070548500de3484ab8060886c29b6 100644 |
--- a/src/gpu/GrGpu.h |
+++ b/src/gpu/GrGpu.h |
@@ -17,7 +17,7 @@ |
class GrBatchTracker; |
class GrContext; |
-class GrGLContext; |
+struct GrGLInterface; |
class GrIndexBuffer; |
class GrNonInstancedVertices; |
class GrPath; |
@@ -365,7 +365,7 @@ |
bool attachStencilAttachmentToRenderTarget(GrRenderTarget* target); |
// This is only to be used in tests. |
- virtual const GrGLContext* glContextForTesting() const { return NULL; } |
+ virtual const GrGLInterface* glInterfaceForTesting() const { return NULL; } |
protected: |
// Functions used to map clip-respecting stencil tests into normal |