| Index: tools/PictureBenchmark.h | 
| diff --git a/tools/PictureBenchmark.h b/tools/PictureBenchmark.h | 
| index 1ddd18ea16358634a19c31fd625983402d976082..2b1ccb5383daf7104e82790468a2e7ceb25bd628 100644 | 
| --- a/tools/PictureBenchmark.h | 
| +++ b/tools/PictureBenchmark.h | 
| @@ -49,6 +49,7 @@ public: | 
| bool preprocess() const { return fPreprocess; } | 
|  | 
| PictureRenderer* setRenderer(PictureRenderer*); | 
| +    PictureRenderer* renderer() { return fRenderer; } | 
|  | 
| void setTimerResultType(TimerData::Result resultType) { fTimerResult = resultType; } | 
|  | 
|  |