summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/ScrollView.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/ScrollView.h')
-rw-r--r--Source/WebCore/platform/ScrollView.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/Source/WebCore/platform/ScrollView.h b/Source/WebCore/platform/ScrollView.h
index 3228870..e58d025 100644
--- a/Source/WebCore/platform/ScrollView.h
+++ b/Source/WebCore/platform/ScrollView.h
@@ -172,10 +172,6 @@ public:
virtual void setContentsSize(const IntSize&);
#if PLATFORM(ANDROID)
- int actualWidth() const;
- int actualHeight() const;
- int actualScrollX() const;
- int actualScrollY() const;
FrameView* frameView();
#endif
@@ -405,13 +401,6 @@ private:
void platformSetScrollOrigin(const IntPoint&, bool updatePositionAtAll, bool updatePositionSynchronously);
-#if PLATFORM(ANDROID)
- int platformActualWidth() const;
- int platformActualHeight() const;
- int platformActualScrollX() const;
- int platformActualScrollY() const;
-#endif
-
#if PLATFORM(MAC) && defined __OBJC__
public:
NSView* documentView() const;