OSDN Git Service

Force canvas scale factor to 1.
authorBen Murdoch <benm@google.com>
Thu, 11 Aug 2011 15:10:18 +0000 (16:10 +0100)
committerBen Murdoch <benm@google.com>
Thu, 11 Aug 2011 15:10:18 +0000 (16:10 +0100)
commit50f5eaa1d1d82147480483db51ca12990995b6ee
tree15bc42b2e684314c885a0d2fbc59f05ee893f39f
parentf9bc4199d5ebea7d85e1d74f76abd1b6329f20c2
Force canvas scale factor to 1.

This Android modification was lost over the course of two WebKit
merges and means that we are allocating the backing images for
canvas significantly larger than they need to be.

For the original change, see Change-Id:
I9652d6b88e01f27d69c804ac6bc56b527b33c219

Bug: 5142892
Change-Id: I01549c017cc3b8d683b273948826433c6451de72
Source/WebCore/html/HTMLCanvasElement.cpp