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

Unified Diff: cc/surfaces/surface_aggregator_test_helpers.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/surfaces/surface_aggregator_test_helpers.cc
diff --git a/cc/surfaces/surface_aggregator_test_helpers.cc b/cc/surfaces/surface_aggregator_test_helpers.cc
index d843369d2400e2e93a8dd1ea46cba77f93285c63..829bc7598bf7ee5f14a0fd20ada26ea83df5f425 100644
--- a/cc/surfaces/surface_aggregator_test_helpers.cc
+++ b/cc/surfaces/surface_aggregator_test_helpers.cc
@@ -74,6 +74,7 @@ void AddTestRenderPassQuad(TestRenderPass* pass,
output_rect,
gfx::RectF(),
FilterOperations(),
+ gfx::Vector2dF(),
FilterOperations());
}

Powered by Google App Engine
This is Rietveld 408576698