diff options
author | Nicolas Roard <nicolasroard@google.com> | 2011-04-08 14:17:49 -0700 |
---|---|---|
committer | Nicolas Roard <nicolasroard@google.com> | 2011-04-08 14:23:55 -0700 |
commit | 1deed5ff76dad5d0783c0e07639338f1d6b08a67 (patch) | |
tree | e247a66323826f2a40b17dde41d5c5eb95c00397 /WebCore/platform/graphics/android/BaseTile.h | |
parent | 15692f0cb85c86ff494b94d4e61ad0757f5238b4 (diff) | |
download | external_webkit-1deed5ff76dad5d0783c0e07639338f1d6b08a67.zip external_webkit-1deed5ff76dad5d0783c0e07639338f1d6b08a67.tar.gz external_webkit-1deed5ff76dad5d0783c0e07639338f1d6b08a67.tar.bz2 |
Fix out-of-place content when zooming out.
bug:4271501
Change-Id: I9836f2775b0acf89b09b6edf2111cd44f0d1daa8
Diffstat (limited to 'WebCore/platform/graphics/android/BaseTile.h')
-rw-r--r-- | WebCore/platform/graphics/android/BaseTile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/platform/graphics/android/BaseTile.h b/WebCore/platform/graphics/android/BaseTile.h index c50f6f5..b832eee 100644 --- a/WebCore/platform/graphics/android/BaseTile.h +++ b/WebCore/platform/graphics/android/BaseTile.h @@ -73,7 +73,7 @@ public: void reserveTexture(); void setUsedLevel(int); bool isTileReady(); - void draw(float transparency, SkRect& rect); + void draw(float transparency, SkRect& rect, float scale); // the only thread-safe function called by the background thread void paintBitmap(); |