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

Unified Diff: cc/quads/render_pass_unittest.cc

Issue 394193003: Implement HiDPI and pinch-zoom scaling of filter params (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Disable pixel test for Android Created 6 years, 4 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/quads/render_pass_unittest.cc
diff --git a/cc/quads/render_pass_unittest.cc b/cc/quads/render_pass_unittest.cc
index 0d096940816f2169a7342dffb1879d9eeee268e5..053271a0f9e67391856a4bbf4cbc2af1708a1de2 100644
--- a/cc/quads/render_pass_unittest.cc
+++ b/cc/quads/render_pass_unittest.cc
@@ -223,6 +223,7 @@ TEST(RenderPassTest, CopyAllShouldBeIdentical) {
contrib_damage_rect,
gfx::RectF(), // mask_uv_rect
FilterOperations(),
+ gfx::Vector2dF(), // filters_scale
FilterOperations());
pass_list.push_back(pass.PassAs<RenderPass>());

Powered by Google App Engine
This is Rietveld 408576698