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

Unified Diff: cc/test/render_pass_test_common.cc

Issue 394193003: Implement HiDPI and pinch-zoom scaling of filter params (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove extra headers; unneeded code in tests 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
« no previous file with comments | « cc/surfaces/surface_aggregator_test_helpers.cc ('k') | cc/test/render_pass_test_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/render_pass_test_common.cc
diff --git a/cc/test/render_pass_test_common.cc b/cc/test/render_pass_test_common.cc
index 98d085c0874a007b4ca3be3614b96bffcb811891..ebab7c4a73f830edc1e4b8234be96838d6c8c997 100644
--- a/cc/test/render_pass_test_common.cc
+++ b/cc/test/render_pass_test_common.cc
@@ -109,6 +109,7 @@ void TestRenderPass::AppendOneOfEveryQuadType(
rect,
gfx::RectF(),
FilterOperations(),
+ gfx::Vector2dF(),
FilterOperations());
RenderPassDrawQuad* render_pass_replica_quad =
@@ -122,6 +123,7 @@ void TestRenderPass::AppendOneOfEveryQuadType(
rect,
gfx::RectF(),
FilterOperations(),
+ gfx::Vector2dF(),
FilterOperations());
}
« no previous file with comments | « cc/surfaces/surface_aggregator_test_helpers.cc ('k') | cc/test/render_pass_test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698