diff options
Diffstat (limited to 'WebKit/android/nav/CachedFrame.h')
-rw-r--r-- | WebKit/android/nav/CachedFrame.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/WebKit/android/nav/CachedFrame.h b/WebKit/android/nav/CachedFrame.h index 9334707..caba482 100644 --- a/WebKit/android/nav/CachedFrame.h +++ b/WebKit/android/nav/CachedFrame.h @@ -78,6 +78,8 @@ public: void addFrame(CachedFrame& child) { mCachedFrames.append(child); } WebCore::IntRect adjustBounds(const CachedNode* , const WebCore::IntRect& ) const; + WebCore::IntRect unadjustBounds(const CachedNode*, + const WebCore::IntRect& ) const; bool checkRings(const CachedNode* node, const WTF::Vector<WebCore::IntRect>& rings, const WebCore::IntRect& bounds) const; |