From d311450d853b38d1c3c3bcd2cf0955080c059f30 Mon Sep 17 00:00:00 2001 From: Teng-Hui Zhu Date: Tue, 21 Jun 2011 15:37:20 -0700 Subject: Fix compiler error when DEBUG is turned on Change-Id: I1a9d8eab3e5259eade94fc9e825ec4d162a1e392 --- Source/WebCore/platform/graphics/android/BaseTile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/WebCore/platform/graphics') diff --git a/Source/WebCore/platform/graphics/android/BaseTile.cpp b/Source/WebCore/platform/graphics/android/BaseTile.cpp index 35ebf13..bbf1532 100644 --- a/Source/WebCore/platform/graphics/android/BaseTile.cpp +++ b/Source/WebCore/platform/graphics/android/BaseTile.cpp @@ -236,7 +236,7 @@ void BaseTile::draw(float transparency, SkRect& rect, float scale) } if (m_texture->readyFor(this)) { - XLOG("draw tile %d, %d, %.2f with texture %x", x(), y(), scale(), m_texture); + XLOG("draw tile %d, %d, %.2f with texture %x", x(), y(), scale, m_texture); TilesManager::instance()->shader()->drawQuad(rect, textureInfo->m_textureId, transparency); } -- cgit v1.1