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

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: forlanding 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
« no previous file with comments | « cc/resources/resource_provider.cc ('k') | cc/test/pixel_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « cc/resources/resource_provider.cc ('k') | cc/test/pixel_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698