Index: cc/test/pixel_test.h |
diff --git a/cc/test/pixel_test.h b/cc/test/pixel_test.h |
index c390c3b9396b4ff6827a8c180985fae6ad5c117e..6fb8135f07f67439979e593547e5d7e10290ee85 100644 |
--- a/cc/test/pixel_test.h |
+++ b/cc/test/pixel_test.h |
@@ -39,7 +39,7 @@ class PixelTest : public testing::Test { |
void SetUpSoftwareRenderer(); |
private: |
- void ReadbackResult(scoped_ptr<SkBitmap> bitmap); |
+ void ReadbackResult(base::Closure quit_run_loop, scoped_ptr<SkBitmap> bitmap); |
bool PixelsMatchReference(const base::FilePath& ref_file, |
const PixelComparator& comparator); |