Index: src/gpu/GrLayerCache.h |
diff --git a/src/gpu/GrLayerCache.h b/src/gpu/GrLayerCache.h |
index 4f4317c2988eef399d70abf847b4714e3771cede..b341cb221df63d3c70584b44bd81922150db48fb 100644 |
--- a/src/gpu/GrLayerCache.h |
+++ b/src/gpu/GrLayerCache.h |
@@ -34,7 +34,7 @@ public: |
static uint32_t Hash(const uint32_t& key) { return SkChecksum::Mix(key); } |
// GrPictureInfo proper |
- GrPictureInfo(uint32_t pictureID) |
+ GrPictureInfo(uint32_t pictureID) |
: fPictureID(pictureID) |
, fPlotUsage(kNumPlots) { |
#if !GR_CACHE_HOISTED_LAYERS |