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

Unified Diff: cc/test/layer_test_common.h

Issue 546993002: Apply the correct transform_to_root_target DelegatedRendererLayerImpl::AppendRenderPassQuads(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review Created 6 years, 3 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/layers/video_layer_impl_unittest.cc ('k') | cc/test/layer_test_common.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/layer_test_common.h
diff --git a/cc/test/layer_test_common.h b/cc/test/layer_test_common.h
index c8e6ba5c66e1efbef6aebabca3edf815d180594a..e2b0ef60f4387ae8f368efb4a3c98220d954e50b 100644
--- a/cc/test/layer_test_common.h
+++ b/cc/test/layer_test_common.h
@@ -42,11 +42,9 @@ class LayerTestCommon {
static void VerifyQuadsExactlyCoverRect(const QuadList& quads,
const gfx::Rect& rect);
- static void VerifyQuadsCoverRectWithOcclusion(
- const QuadList& quads,
- const gfx::Rect& rect,
- const gfx::Rect& occluded,
- size_t* partially_occluded_count);
+ static void VerifyQuadsAreOccluded(const QuadList& quads,
+ const gfx::Rect& occluded,
+ size_t* partially_occluded_count);
class LayerImplTest {
public:
« no previous file with comments | « cc/layers/video_layer_impl_unittest.cc ('k') | cc/test/layer_test_common.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698