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

Unified Diff: cc/test/render_pass_test_utils.cc

Issue 1387283002: cc: Remove redundant is_overlay arguments (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Undo changes on overlay_strategy_single_on_top.cc Created 5 years, 2 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_unittest.cc ('k') | content/common/cc_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/render_pass_test_utils.cc
diff --git a/cc/test/render_pass_test_utils.cc b/cc/test/render_pass_test_utils.cc
index c858ea510669ff62e24046757736a353a8e1f339..bb3a80952ce5ee783caf81aaddf8e3ff8a18ada1 100644
--- a/cc/test/render_pass_test_utils.cc
+++ b/cc/test/render_pass_test_utils.cc
@@ -219,7 +219,7 @@ void AddOneOfEveryQuadType(RenderPass* to_pass,
to_pass->CreateAndAppendDrawQuad<IOSurfaceDrawQuad>();
io_surface_quad->SetNew(shared_state, rect, opaque_rect, visible_rect,
gfx::Size(50, 50), resource7,
- IOSurfaceDrawQuad::FLIPPED, false);
+ IOSurfaceDrawQuad::FLIPPED);
if (child_pass.layer_id) {
RenderPassDrawQuad* render_pass_quad =
@@ -245,7 +245,7 @@ void AddOneOfEveryQuadType(RenderPass* to_pass,
StreamVideoDrawQuad* stream_video_quad =
to_pass->CreateAndAppendDrawQuad<StreamVideoDrawQuad>();
stream_video_quad->SetNew(shared_state, rect, opaque_rect, visible_rect,
- resource6, gfx::Size(), false, gfx::Transform());
+ resource6, gfx::Size(), gfx::Transform());
TextureDrawQuad* texture_quad =
to_pass->CreateAndAppendDrawQuad<TextureDrawQuad>();
« no previous file with comments | « cc/surfaces/surface_aggregator_unittest.cc ('k') | content/common/cc_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698