Fixed tab character.

git-svn-id: http://skia.googlecode.com/svn/trunk@647 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
wjmaclean@chromium.org 2010-12-22 17:43:58 +00:00
parent 0bde180bf1
commit 084547081c

View File

@ -872,7 +872,7 @@ void SkOSWindow::doPaint(void* ctx) {
//
// Do the SetDIBitsToDevice.
//
SkASSERT(bitmap.width() * bitmap.bytesPerPixel() == bitmap.rowBytes());
SkASSERT(bitmap.width() * bitmap.bytesPerPixel() == bitmap.rowBytes());
bitmap.lockPixels();
int iRet = SetDIBitsToDevice(hdc,
0, 0,