summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/ScrollView.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/ScrollView.h')
-rw-r--r--WebCore/platform/ScrollView.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/WebCore/platform/ScrollView.h b/WebCore/platform/ScrollView.h
index ef3d03d..2da6829 100644
--- a/WebCore/platform/ScrollView.h
+++ b/WebCore/platform/ScrollView.h
@@ -334,7 +334,9 @@ private:
public:
bool platformProhibitsScrolling();
#ifdef ANDROID_CAPTURE_OFFSCREEN_PAINTS
- void platformOffscreenContentRectangle(const IntRect& );
+ // capture parts of rect not contained by vis
+ void platformOffscreenContentRectangle(const IntRect& vis,
+ const IntRect& rect);
#endif
#endif
}; // class ScrollView