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

Unified Diff: cc/test/pixel_test.h

Issue 2769863003: cc: Add pixel tests for transfer function shaders (Closed)
Patch Set: More comments Created 3 years, 9 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 1d86f92ff2e888ee66a94f2363d8c8bbb0ebef15..fabf0f5d74201b77296b5beea16221ad8906b301 100644
--- a/cc/test/pixel_test.h
+++ b/cc/test/pixel_test.h
@@ -34,6 +34,10 @@ class PixelTest : public testing::Test {
const base::FilePath& ref_file,
const PixelComparator& comparator);
+ bool RunPixelTest(RenderPassList* pass_list,
+ std::vector<SkColor>* ref_pixels,
+ const PixelComparator& comparator);
+
bool RunPixelTestWithReadbackTarget(
RenderPassList* pass_list,
RenderPass* target,

Powered by Google App Engine
This is Rietveld 408576698