X-Git-Url: http://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=WebKit%2Fqt%2FApi%2Fqwebframe_p.h;h=6f38427e54155e9b9ccf9c435acf357c98be706c;hp=63c8c33764153ab22184b96fef8f266ea5547975;hb=f89af356a149eb8ea4539db57988fe912f3e23ef;hpb=65578c8f06d0fbdd7d33d7a838ae250d8b350e32 diff --git a/WebKit/qt/Api/qwebframe_p.h b/WebKit/qt/Api/qwebframe_p.h index 63c8c33..6f38427 100644 --- a/WebKit/qt/Api/qwebframe_p.h +++ b/WebKit/qt/Api/qwebframe_p.h @@ -65,6 +65,9 @@ public: , frameLoaderClient(0) , frame(0) , page(0) + , allowsScrolling(true) + , marginWidth(-1) + , marginHeight(-1) {} void init(QWebFrame *qframe, WebCore::Page *page, QWebFrameData *frameData); @@ -84,6 +87,10 @@ public: WebCore::FrameLoaderClientQt *frameLoaderClient; WebCore::Frame *frame; QWebPage *page; + + bool allowsScrolling; + int marginWidth; + int marginHeight; }; #endif