Index: tools/PictureRenderer.h |
=================================================================== |
--- tools/PictureRenderer.h (revision 14079) |
+++ tools/PictureRenderer.h (working copy) |
@@ -138,7 +138,7 @@ |
* Perform any setup that should done prior to each iteration of render() which should not be |
* timed. |
*/ |
- virtual void setup() {} |
+ virtual void setup1() {} |
/** |
* Perform the work. If this is being called within the context of bench_pictures, |
@@ -650,7 +650,7 @@ |
*/ |
class PlaybackCreationRenderer : public PictureRenderer { |
public: |
- virtual void setup() SK_OVERRIDE; |
+ virtual void setup1() SK_OVERRIDE; |
virtual bool render(SkBitmap** out = NULL) SK_OVERRIDE; |