set zoom debug logging draft
authorJan Henning <jh+bugzilla@buttercookie.de>
Mon, 26 Dec 2016 18:12:11 +0100
changeset 453937 e0027a83247999dd501bb953affa481804043779
parent 453936 77feac7e2be9a29440e440db51f2bfd9b23e4f15
child 453938 eba9becc8bd502ddd030eeed6120a3b819b2c4da
push id39769
push usermozilla@buttercookie.de
push dateMon, 26 Dec 2016 18:12:31 +0000
milestone53.0a1
set zoom debug logging MozReview-Commit-ID: JWBO9B1BmlO
layout/base/PresShell.cpp
--- a/layout/base/PresShell.cpp
+++ b/layout/base/PresShell.cpp
@@ -11017,16 +11017,18 @@ nsIPresShell::SetGlobalZoom(const float&
 
   if (nsLayoutUtils::BrowserGlobalZoomFull()) {
     cv->SetFullZoom(aZoomFactor);
     cv->SetTextZoom(1.0f);
   } else {
     cv->SetFullZoom(1.0f);
     cv->SetTextZoom(aZoomFactor);
   }
+
+  PRES_LOG("%p: SetGlobalZoom end\n", this);
 }
 
 void
 PresShell::PausePainting()
 {
   if (GetPresContext()->RefreshDriver()->GetPresContext() != GetPresContext())
     return;