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 613b2eb..146d325 100644 --- a/WebKit/android/nav/CachedFrame.h +++ b/WebKit/android/nav/CachedFrame.h @@ -113,6 +113,8 @@ public: #if USE(ACCELERATED_COMPOSITING) const CachedLayer* layer(const CachedNode* ) const; #endif + WebCore::IntRect localBounds(const CachedNode* , + const WebCore::IntRect& ) const; /** * Find the next textfield/textarea * @param start Must be a CachedNode in this CachedFrame's tree, or |
