diff options
Diffstat (limited to 'WebKit/android/nav/CachedLayer.h')
-rw-r--r-- | WebKit/android/nav/CachedLayer.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/WebKit/android/nav/CachedLayer.h b/WebKit/android/nav/CachedLayer.h index 0a382fd..3d963e0 100644 --- a/WebKit/android/nav/CachedLayer.h +++ b/WebKit/android/nav/CachedLayer.h @@ -48,10 +48,6 @@ public: } // FIXME: adjustBounds should be renamed globalBounds or toGlobal IntRect adjustBounds(const LayerAndroid* root, const IntRect& bounds) const; - // Moves the bounds by the layer's position. Assumes the incoming - // bounds have been adjusted by adjustBounds. - IntRect unadjustBounds(const LayerAndroid* root, - const IntRect& bounds) const; int cachedNodeIndex() const { return mCachedNodeIndex; } FloatPoint getGlobalPosition(const LayerAndroid* ) const; const LayerAndroid* layer(const LayerAndroid* root) const; |