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

Unified Diff: cc/test/render_pass_test_common.cc

Issue 558083002: [cc] Add nearest neighbor filtering for TextureLayer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync and rebase Created 6 years 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_unittest.cc ('k') | cc/trees/layer_tree_host_impl.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 a667dce43e1ea1a90a262cab8b9179ee15445c84..b79fc1fb91d013d51a098368bd44b8972d577302 100644
--- a/cc/test/render_pass_test_common.cc
+++ b/cc/test/render_pass_test_common.cc
@@ -171,6 +171,7 @@ void TestRenderPass::AppendOneOfEveryQuadType(
gfx::PointF(1.f, 1.f),
SK_ColorTRANSPARENT,
vertex_opacity,
+ false,
false);
TextureDrawQuad* mailbox_texture_quad =
@@ -185,6 +186,7 @@ void TestRenderPass::AppendOneOfEveryQuadType(
gfx::PointF(1.f, 1.f),
SK_ColorTRANSPARENT,
vertex_opacity,
+ false,
false);
TileDrawQuad* scaled_tile_quad =
« no previous file with comments | « cc/surfaces/surface_aggregator_unittest.cc ('k') | cc/trees/layer_tree_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698