Index: src/gpu/gl/GrGLCaps.h |
diff --git a/src/gpu/gl/GrGLCaps.h b/src/gpu/gl/GrGLCaps.h |
index c126a76774ea08badfa7fd9e75ddf1fc08f29180..7f0c8874ca2e441245c98aabb21d44ab931e6d10 100644 |
--- a/src/gpu/gl/GrGLCaps.h |
+++ b/src/gpu/gl/GrGLCaps.h |
@@ -160,9 +160,9 @@ public: |
FBFetchType fbFetchType() const { return fFBFetchType; } |
/** |
- * Prints the caps info using GrPrintf. |
+ * Returs a string containeng the caps info. |
*/ |
- virtual void print() const SK_OVERRIDE; |
+ virtual SkString dump() const SK_OVERRIDE; |
/** |
* Gets an array of legal stencil formats. These formats are not guaranteed |