diff options
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 18bace3..a09e4fb 100644 --- a/WebKit/android/nav/CachedRoot.h +++ b/WebKit/android/nav/CachedRoot.h @@ -85,7 +85,9 @@ public: */ const CachedNode* nextTextField(const CachedNode* start, const CachedFrame** framePtr) const; - SkPicture* pictureAt(int* xPtr, int* yPtr) const; + SkPicture* pictureAt(int* xPtr, int* yPtr, int* id) const; + SkPicture* pictureAt(int* xPtr, int* yPtr) const { + return pictureAt(xPtr, yPtr, 0); } void reset(); CachedHistory* rootHistory() const { return mHistory; } const WebCore::LayerAndroid* rootLayer() const { return mRootLayer; } |