| Index: cc/test/pixel_test.h
|
| diff --git a/cc/test/pixel_test.h b/cc/test/pixel_test.h
|
| index d65214b3b9bfe8893a178ee9ea8dce799562c0ef..ad18fdd16fb4adeab9fc81d5facf813dddd7e9b1 100644
|
| --- a/cc/test/pixel_test.h
|
| +++ b/cc/test/pixel_test.h
|
| @@ -36,7 +36,7 @@ class PixelTest : public testing::Test {
|
| scoped_ptr<SkBitmap> result_bitmap_;
|
|
|
| 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);
|
|
|