WebCore/platform/graphics/Path.h
changeset 2 303757a437d3
parent 0 4f2f89ce4247
equal deleted inserted replaced
0:4f2f89ce4247 2:303757a437d3
   153         void apply(void* info, PathApplierFunction) const;
   153         void apply(void* info, PathApplierFunction) const;
   154         void transform(const AffineTransform&);
   154         void transform(const AffineTransform&);
   155 
   155 
   156     private:
   156     private:
   157         PlatformPathPtr m_path;
   157         PlatformPathPtr m_path;
       
   158 
       
   159 #if PLATFORM(QT)
       
   160         int m_lastMoveToIndex;
       
   161 #endif
   158     };
   162     };
   159 
   163 
   160 }
   164 }
   161 
   165 
   162 #endif
   166 #endif