Index: tools/viewer/Viewer.h |
diff --git a/tools/viewer/Viewer.h b/tools/viewer/Viewer.h |
index 13cfada9d205a08372ef101f2b51c5be80bf3460..2e065650529abe7797ae886fdca29fc28c5851c2 100644 |
--- a/tools/viewer/Viewer.h |
+++ b/tools/viewer/Viewer.h |
@@ -57,6 +57,10 @@ private: |
sk_app::CommandSet fCommands; |
SkTouchGesture fGesture; |
+ |
+ // identity unless the window initially scales the content to fit the screen. |
+ SkMatrix fDefaultMatrix; |
+ SkMatrix fDefaultMatrixInv; |
}; |