diff options
| author | Cary Clark <cary@android.com> | 2010-10-19 05:48:33 -0700 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2010-10-19 05:48:33 -0700 |
| commit | 554fdab412022e6637145742e84c6316e1f02aac (patch) | |
| tree | 13a3e88102e8a5fcb7008126d7e27a04e06e956c /WebKit/android/nav/CachedRoot.h | |
| parent | d33b8771577e99d9894697a549eab88fcd409396 (diff) | |
| parent | a34b1107b2542fa334fd4db2d58e2df849e083b0 (diff) | |
| download | external_webkit-554fdab412022e6637145742e84c6316e1f02aac.zip external_webkit-554fdab412022e6637145742e84c6316e1f02aac.tar.gz external_webkit-554fdab412022e6637145742e84c6316e1f02aac.tar.bz2 | |
Merge "compute cursor rings when layers are transparent"
Diffstat (limited to 'WebKit/android/nav/CachedRoot.h')
| -rw-r--r-- | WebKit/android/nav/CachedRoot.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/WebKit/android/nav/CachedRoot.h b/WebKit/android/nav/CachedRoot.h index a6420f9..8c263f8 100644 --- a/WebKit/android/nav/CachedRoot.h +++ b/WebKit/android/nav/CachedRoot.h @@ -49,10 +49,12 @@ public: bool adjustForScroll(BestData* , Direction , WebCore::IntPoint* scrollPtr, bool findClosest); const SkRegion& baseUncovered() const { return mBaseUncovered; } + void calcBitBounds(const IntRect& , IntRect* ) const; int checkForCenter(int x, int y) const; void checkForJiggle(int* ) const; bool checkRings(SkPicture* , const WTF::Vector<WebCore::IntRect>& rings, - const WebCore::IntRect& bounds) const; + const WebCore::IntRect& nodeBounds, + const WebCore::IntRect& testBounds) const; WebCore::IntPoint cursorLocation() const; int documentHeight() { return mContents.height(); } int documentWidth() { return mContents.width(); } |
