aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/effects/GrTextureStripAtlas.h
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2014-08-28 09:54:34 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-08-28 09:54:34 -0700
commit744998e666073166307d2522847b2536000a7619 (patch)
treecba06494229237fb9f8ba5e60a522f1c50b7dd60 /src/gpu/effects/GrTextureStripAtlas.h
parent7e7136f47d31e88d2d1928933ffb251c156ff02f (diff)
Make textures register with GrResourceCache2 as scratch.
R=robertphillips@google.com Author: bsalomon@google.com Review URL: https://codereview.chromium.org/510053003
Diffstat (limited to 'src/gpu/effects/GrTextureStripAtlas.h')
-rw-r--r--src/gpu/effects/GrTextureStripAtlas.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/effects/GrTextureStripAtlas.h b/src/gpu/effects/GrTextureStripAtlas.h
index 6d2fb8fdf8..58539fc0ac 100644
--- a/src/gpu/effects/GrTextureStripAtlas.h
+++ b/src/gpu/effects/GrTextureStripAtlas.h
@@ -8,7 +8,7 @@
#ifndef GrTextureStripAtlas_DEFINED
#define GrTextureStripAtlas_DEFINED
-#include "GrBinHashKey.h"
+#include "GrMurmur3HashKey.h"
#include "SkBitmap.h"
#include "SkGr.h"
#include "SkTDArray.h"