diff options
Diffstat (limited to 'WebCore/platform/ScrollView.cpp')
-rw-r--r-- | WebCore/platform/ScrollView.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/platform/ScrollView.cpp b/WebCore/platform/ScrollView.cpp index 615ae5d..927a9fc 100644 --- a/WebCore/platform/ScrollView.cpp +++ b/WebCore/platform/ScrollView.cpp @@ -1088,7 +1088,6 @@ void ScrollView::platformOffscreenContentRectangle(const IntRect& ) { } #endif -#endif bool ScrollView::platformIsOffscreen() const { @@ -1096,6 +1095,7 @@ bool ScrollView::platformIsOffscreen() const } #endif +#endif } |