aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrLayerHoister.h
diff options
context:
space:
mode:
authorGravatar robertphillips <robertphillips@google.com>2014-12-03 07:33:57 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2014-12-03 07:33:57 -0800
commite99d499caa7dbc80b58e0faf5ce137e7d30cc5d0 (patch)
tree51fbc4f33ad173c3504998826e6333d99cb67f3f /src/gpu/GrLayerHoister.h
parent2dd1ae016d7f297b433c3ea3a771ef8e01657c1f (diff)
Fuse GrReplacements and GrLayerCache
The conversion step from GrCachedLayer to ReplacementInfo isn't necessary. Review URL: https://codereview.chromium.org/769533004
Diffstat (limited to 'src/gpu/GrLayerHoister.h')
-rw-r--r--src/gpu/GrLayerHoister.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gpu/GrLayerHoister.h b/src/gpu/GrLayerHoister.h
index a28f887f61..2d68a94a88 100644
--- a/src/gpu/GrLayerHoister.h
+++ b/src/gpu/GrLayerHoister.h
@@ -20,7 +20,6 @@ public:
const SkPicture* fPicture; // the picture that actually contains the layer
// (not necessarily the top-most picture)
GrCachedLayer* fLayer;
- SkIPoint fOffset;
SkMatrix fInitialMat;
SkMatrix fPreMat;
SkMatrix fLocalMat;