commit | e25c68402b38ac01dc1ae196ae8a5265b773c5f2 | [log] [tgz] |
---|---|---|
author | bungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Wed Aug 17 14:53:54 2011 +0000 |
committer | bungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Wed Aug 17 14:53:54 2011 +0000 |
tree | 7551d6583eb06a336bc75e988cf82ac0e4bad82b | |
parent | 583a1e38503ebd57ba9bd39a3fabe89bead8e76c [diff] [blame] |
Canvas to handle null layer device. http://codereview.appspot.com/4907045/ See also http://code.google.com/p/chromium/issues/detail?id=93000. git-svn-id: http://skia.googlecode.com/svn/trunk@2130 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/utils/win/SkIStream.cpp b/src/utils/win/SkIStream.cpp index 79164e6..8c9e180 100644 --- a/src/utils/win/SkIStream.cpp +++ b/src/utils/win/SkIStream.cpp
@@ -189,8 +189,8 @@ break; } - if (NULL != lpNewFilePointer) { - lpNewFilePointer->QuadPart = this->fLocation.QuadPart; + if (NULL != lpNewFilePointer) { + lpNewFilePointer->QuadPart = this->fLocation.QuadPart; } return hr; }