src/3rdparty/webkit/WebCore/platform/ScrollView.h
branchRCL_3
changeset 5 d3bac044e0f0
parent 0 1918ee327afb
child 7 3f74d0d4af4c
equal deleted inserted replaced
4:3b1da2848fc7 5:d3bac044e0f0
   303 
   303 
   304 private:
   304 private:
   305     NSScrollView<WebCoreFrameScrollView>* scrollView() const;
   305     NSScrollView<WebCoreFrameScrollView>* scrollView() const;
   306 #endif
   306 #endif
   307 
   307 
   308 #if PLATFORM(QT)
       
   309 public:
       
   310     void adjustWidgetsPreventingBlittingCount(int delta);
       
   311 private:
       
   312     bool rootPreventsBlitting() const { return root()->m_widgetsPreventingBlitting > 0; }
       
   313     unsigned m_widgetsPreventingBlitting;
       
   314 #else
       
   315     bool rootPreventsBlitting() const { return false; }
       
   316 #endif
       
   317 
       
   318 #if PLATFORM(GTK)
   308 #if PLATFORM(GTK)
   319 public:
   309 public:
   320     void setGtkAdjustments(GtkAdjustment* hadj, GtkAdjustment* vadj);
   310     void setGtkAdjustments(GtkAdjustment* hadj, GtkAdjustment* vadj);
   321     GtkAdjustment* m_horizontalAdjustment;
   311     GtkAdjustment* m_horizontalAdjustment;
   322     GtkAdjustment* m_verticalAdjustment;
   312     GtkAdjustment* m_verticalAdjustment;