Index: tools/render_pictures_main.cpp |
=================================================================== |
--- tools/render_pictures_main.cpp (revision 13968) |
+++ tools/render_pictures_main.cpp (working copy) |
@@ -199,7 +199,7 @@ |
if (FLAGS_preprocess) { |
if (NULL != renderer.getCanvas()) { |
- renderer.getCanvas()->EXPERIMENTAL_optimize(picture); |
+ renderer.getCanvas()->EXPERIMENTAL_optimize(renderer.getPicture()); |
} |
} |