 Chromium Code Reviews
 Chromium Code Reviews Issue 194973003:
  Alter bench_pictures to "respect" the logPerIter flag  (Closed) 
  Base URL: http://skia.googlecode.com/svn/trunk/
    
  
    Issue 194973003:
  Alter bench_pictures to "respect" the logPerIter flag  (Closed) 
  Base URL: http://skia.googlecode.com/svn/trunk/| Index: tools/PictureRenderer.h | 
| =================================================================== | 
| --- tools/PictureRenderer.h (revision 13738) | 
| +++ tools/PictureRenderer.h (working copy) | 
| @@ -147,7 +147,7 @@ | 
| /** | 
| * Resets the GPU's state. Does nothing if the backing is raster. For a GPU renderer, calls | 
| - * flush, and calls finish if callFinish is true. | 
| + * flush, swapBuffers and, if callFinish is true, finish. | 
| * @param callFinish Whether to call finish. | 
| */ | 
| void resetState(bool callFinish); |