- Timestamp:
- 03/08/07 20:55:44 (22 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/WebCore/platform/graphics/cairo/ImageSourceCairo.cpp
r20061 r20083 168 168 } 169 169 170 bool ImageSource::frameIsCompleteAtIndex(size_t) 171 { 172 // FIXME: write me. Returning false makes the animation not run 173 return false; 174 } 175 170 176 float ImageSource::frameDurationAtIndex(size_t index) 171 177 {