Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(176)

Unified Diff: tools/PictureRenderer.h

Issue 227603006: hack Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: yet more hackage Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/PictureBenchmark.cpp ('k') | tools/PictureRenderer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « tools/PictureBenchmark.cpp ('k') | tools/PictureRenderer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698