diff options
Diffstat (limited to 'Source/WebKit/blackberry/Api/WebPage_p.h')
-rw-r--r-- | Source/WebKit/blackberry/Api/WebPage_p.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/WebKit/blackberry/Api/WebPage_p.h b/Source/WebKit/blackberry/Api/WebPage_p.h index 04eb1b7fc..2ee4d6a04 100644 --- a/Source/WebKit/blackberry/Api/WebPage_p.h +++ b/Source/WebKit/blackberry/Api/WebPage_p.h @@ -150,7 +150,7 @@ public: bool scrollBy(int deltaX, int deltaY, bool scrollMainFrame = true); void enqueueRenderingOfClippedContentOfScrollableNodeAfterInRegionScrolling(WebCore::Node*); - void notifyInRegionScrollStatusChanged(bool status); + void notifyInRegionScrollStopped(); void setScrollOriginPoint(const Platform::IntPoint&); void setHasInRegionScrollableAreas(bool); @@ -615,6 +615,8 @@ public: WebCore::KURL m_cachedManualScript; bool m_cachedFocused; + bool m_enableQnxJavaScriptObject; + class DeferredTaskBase { public: void perform(WebPagePrivate* webPagePrivate) |