diff options
author | Nicolas Roard <nicolas@android.com> | 2011-01-17 13:22:15 -0800 |
---|---|---|
committer | Nicolas Roard <nicolas@android.com> | 2011-01-18 13:02:35 -0800 |
commit | fed0f3819356e8f1bdb6fd97c0265e2bfff1dacb (patch) | |
tree | 7c50290b4e0a7ea2651c17303b71ecf8348c272c /WebCore/platform/graphics/android/BaseTile.h | |
parent | efb8822dda4a5e31ef2e6232640849a1f0736fe7 (diff) | |
download | external_webkit-fed0f3819356e8f1bdb6fd97c0265e2bfff1dacb.zip external_webkit-fed0f3819356e8f1bdb6fd97c0265e2bfff1dacb.tar.gz external_webkit-fed0f3819356e8f1bdb6fd97c0265e2bfff1dacb.tar.bz2 |
Implement partial layer rendering (support for large layers)
Also fix a couple of potential ANRs
bug:3333984
Change-Id: I28c02ef74f4c70507fcd7f5bbc893b0d0eae61c0
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 f6ffe38..a7eae23 100644 --- a/WebCore/platform/graphics/android/BaseTile.h +++ b/WebCore/platform/graphics/android/BaseTile.h @@ -90,7 +90,7 @@ public: BackedDoubleBufferedTexture* texture() { return m_texture; } // TextureOwner implementation - virtual void removeTexture(); + virtual void removeTexture(BackedDoubleBufferedTexture* texture); virtual TiledPage* page() { return m_page; } private: |