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

Unified Diff: cc/test/pixel_test.h

Issue 14273026: cc: Make async readback path use async glRreadPixels. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
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);

Powered by Google App Engine
This is Rietveld 408576698