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

Unified Diff: cc/test/layer_test_common.cc

Issue 404563005: Make RenderPass::Id an isolated class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: one more case in mojo 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/test/layer_test_common.h ('k') | cc/test/render_pass_test_common.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/layer_test_common.cc
diff --git a/cc/test/layer_test_common.cc b/cc/test/layer_test_common.cc
index 7a0de163cde2c1c21aa67336a1e969dc0b0f214a..b7c415b7c6e5ee77f1efc8365a6bd813f4f192cf 100644
--- a/cc/test/layer_test_common.cc
+++ b/cc/test/layer_test_common.cc
@@ -134,7 +134,7 @@ void LayerTestCommon::LayerImplTest::AppendQuadsWithOcclusion(
void LayerTestCommon::LayerImplTest::AppendQuadsForPassWithOcclusion(
LayerImpl* layer_impl,
- const RenderPass::Id& id,
+ const RenderPassId& id,
const gfx::Rect& occluded) {
AppendQuadsData data(id);
@@ -156,7 +156,7 @@ void LayerTestCommon::LayerImplTest::AppendSurfaceQuadsWithOcclusion(
occlusion_tracker_.set_occluded_target_rect_for_contributing_surface(
occluded);
bool for_replica = false;
- RenderPass::Id id(1, 1);
+ RenderPassId id(1, 1);
surface_impl->AppendQuads(
render_pass_.get(), occlusion_tracker_, &data, for_replica, id);
}
« no previous file with comments | « cc/test/layer_test_common.h ('k') | cc/test/render_pass_test_common.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698