aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/gpu/GrResourceCache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/GrResourceCache.h b/src/gpu/GrResourceCache.h
index dd8ba310fd..f05ba98231 100644
--- a/src/gpu/GrResourceCache.h
+++ b/src/gpu/GrResourceCache.h
@@ -132,7 +132,7 @@ private:
struct Key {
int compare(const HashedKey& hashedKey) const {
- return fHashedKey.compare(fHashedKey);
+ return fHashedKey.compare(hashedKey);
}
HashedKey fHashedKey;