Index: tools/viewer/Viewer.h |
diff --git a/tools/viewer/Viewer.h b/tools/viewer/Viewer.h |
index e752b3f939215144b3d4c8ed0b92f57a417ece12..3583e355da68a38ddf06b1d3ec1767ece98851d0 100644 |
--- a/tools/viewer/Viewer.h |
+++ b/tools/viewer/Viewer.h |
@@ -66,6 +66,8 @@ private: |
// identity unless the window initially scales the content to fit the screen. |
SkMatrix fDefaultMatrix; |
SkMatrix fDefaultMatrixInv; |
+ |
+ Json::Value fAllSlideNames; // cache all slide names for fast updateUIState |
}; |