OSDN Git Service

Fix for display glitches.
authorNicolas Roard <nicolasroard@google.com>
Fri, 11 Mar 2011 02:13:59 +0000 (18:13 -0800)
committerNicolas Roard <nicolasroard@google.com>
Fri, 11 Mar 2011 02:13:59 +0000 (18:13 -0800)
commita1c8c0030ee40ef422e2d7229fed1737d1b270ac
tree7a23ad63f53b9d27e95a6e801fb9a365bceaddd7
parent331fdb1964135091e1a4f5508cbff6a9dab0ea97
Fix for display glitches.

We were trying to update the texture with a bitmap larger than it.
GL did not like this, so the texture was not updated at all...

bug:4078436
Change-Id: I180f4da6991a3db988169d7abd06cc08d5b69a32
WebCore/platform/graphics/android/BaseTile.cpp