Index: src/gpu/gl/GrGLCaps.h |
diff --git a/src/gpu/gl/GrGLCaps.h b/src/gpu/gl/GrGLCaps.h |
index 25c7889b973c183f4d8c2ec6183ded5415cc9da9..663cd4be41a644e1cf9f0e75cb3f3b8aa808052e 100644 |
--- a/src/gpu/gl/GrGLCaps.h |
+++ b/src/gpu/gl/GrGLCaps.h |
@@ -23,7 +23,7 @@ class GrGLSLCaps; |
* version and the extensions string. It also tracks formats that have passed |
* the FBO completeness test. |
*/ |
-class GrGLCaps : public GrDrawTargetCaps { |
+class GrGLCaps : public GrCaps { |
public: |
SK_DECLARE_INST_COUNT(GrGLCaps) |
@@ -371,7 +371,7 @@ private: |
}; |
mutable SkTHashMap<ReadPixelsSupportedFormat, bool> fReadPixelsSupportedCache; |
- typedef GrDrawTargetCaps INHERITED; |
+ typedef GrCaps INHERITED; |
}; |