Index: src/gpu/GrLayerHoister.h |
diff --git a/src/gpu/GrLayerHoister.h b/src/gpu/GrLayerHoister.h |
index acf1901096d28d9b08074fc8b7e5f915317aaed6..6aff2ea32abe45965a49e298b12165e84edf75fa 100644 |
--- a/src/gpu/GrLayerHoister.h |
+++ b/src/gpu/GrLayerHoister.h |
@@ -26,6 +26,8 @@ public: |
struct HoistedLayer { |
const SkPicture* fPicture; |
GrCachedLayer* fLayer; |
+ SkIPoint fOffset; |
+ SkMatrix fCTM; |
}; |
/** Find the layers in 'topLevelPicture' that need hoisting. Note that the discovered |