Index: include/gpu/GrContext.h |
diff --git a/include/gpu/GrContext.h b/include/gpu/GrContext.h |
index 195ab72a7f377f71174ec7c092851e10077cad8a..e7584c83eabe684b5117cb327e4833f6917608cd 100644 |
--- a/include/gpu/GrContext.h |
+++ b/include/gpu/GrContext.h |
@@ -143,6 +143,8 @@ public: |
size_t rowBytes, |
GrResourceKey* cacheKey = NULL); |
+ |
+ |
/** |
* Search for an entry based on key and dimensions. If found, ref it and return it. The return |
* value will be NULL if not found. The caller must balance with a call to unref. |