Roll Skia DEPS to r12910

R=reed@google.com

Review URL: https://codereview.chromium.org/110353006

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243135 0039d316-1c4b-4281-b951-d872f2087c98
parent 6d2e7c95
......@@ -44,8 +44,8 @@ vars = {
"sfntly_revision": "228",
"lighttpd_revision": "33737",
"skia_revision": "12906",
"skia_hash": "ba82bd11e2c055f885b2327aa230d2dac8b53f03",
"skia_revision": "12910",
"skia_hash": "d0419b1fe781ed21d4aa0dc80df6b3e79ed37e46",
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling Skia
# and V8 without interference from each other.
......
......@@ -124,7 +124,7 @@ PlatformBitmapPixelRef::PlatformBitmapPixelRef(const SkImageInfo& info,
: SkPixelRef(info),
bitmap_handle_(bitmap_handle),
pixels_(pixels) {
setPreLocked(pixels, NULL);
setPreLocked(pixels, info.minRowBytes(), NULL);
}
PlatformBitmapPixelRef::~PlatformBitmapPixelRef() {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment