From b173d79ebb480adfeff851a646df2b50d7def3b0 Mon Sep 17 00:00:00 2001 From: Teng-Hui Zhu Date: Mon, 6 Dec 2010 17:00:39 -0800 Subject: Get rid of some Debug spew which is out of data For bug : 3171575 Change-Id: I8736ba7e174a7ea8e4228bfbdacb8ca443828f99 --- WebCore/platform/graphics/android/GLWebViewState.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'WebCore/platform/graphics/android/GLWebViewState.cpp') diff --git a/WebCore/platform/graphics/android/GLWebViewState.cpp b/WebCore/platform/graphics/android/GLWebViewState.cpp index 0795b4b..9bca91a 100644 --- a/WebCore/platform/graphics/android/GLWebViewState.cpp +++ b/WebCore/platform/graphics/android/GLWebViewState.cpp @@ -219,10 +219,9 @@ void GLWebViewState::setViewport(SkRect& viewport, float scale) return; m_viewport = viewport; - XLOG("New VIEWPORT %.2f - %.2f %.2f - %.2f (w: %2.f h: %.2f scale: %.2f), nbw: %d nbh: %d", + XLOG("New VIEWPORT %.2f - %.2f %.2f - %.2f (w: %2.f h: %.2f scale: %.2f)", m_viewport.fLeft, m_viewport.fTop, m_viewport.fRight, m_viewport.fBottom, - m_viewport.width(), m_viewport.height(), scale, - m_nbTilesWidth, m_nbTilesHeight); + m_viewport.width(), m_viewport.height(), scale); const float invTileContentWidth = scale / TilesManager::tileWidth(); const float invTileContentHeight = scale / TilesManager::tileHeight(); -- cgit v1.1