From 6f0f37e62596bacdc862f977ae1397b7d5a821a9 Mon Sep 17 00:00:00 2001 From: "Olli.Pettay@helsinki.fi" Date: Fri, 9 Nov 2007 14:29:43 -0800 Subject: [PATCH] Bug 363265, fix comment about mTextZoom/mPageZoom members --- layout/base/nsDocumentViewer.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/layout/base/nsDocumentViewer.cpp b/layout/base/nsDocumentViewer.cpp index e6e212735bf7..a0296973e750 100644 --- a/layout/base/nsDocumentViewer.cpp +++ b/layout/base/nsDocumentViewer.cpp @@ -418,7 +418,8 @@ protected: nsIWidget* mParentWidget; // purposely won't be ref counted - // Print preview doesn't use these. + // mTextZoom/mPageZoom record the textzoom/pagezoom of the first (galley) + // presshell only. float mTextZoom; // Text zoom, defaults to 1.0 float mPageZoom;