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

Unified Diff: cc/test/mock_occlusion_tracker.h

Issue 308193003: Removed QuadSink and MockQuadCuller (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@plumLayerImpl
Patch Set: rebase Created 6 years, 6 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.cc ('k') | cc/test/mock_quad_culler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/mock_occlusion_tracker.h
diff --git a/cc/test/mock_occlusion_tracker.h b/cc/test/mock_occlusion_tracker.h
index 6a88bce22ff7e5998c35cbf64a36a4eac80af0da..649eb7634bde19ce003ca3df26fbf592e66d3d0d 100644
--- a/cc/test/mock_occlusion_tracker.h
+++ b/cc/test/mock_occlusion_tracker.h
@@ -41,6 +41,9 @@ class MockOcclusionTracker : public OcclusionTracker<LayerType> {
LayerType>::stack_[OcclusionTracker<LayerType>::stack_.size() - 2]
.occlusion_from_inside_target = occluded;
}
+
+ private:
+ DISALLOW_COPY_AND_ASSIGN(MockOcclusionTracker);
};
} // namespace cc
« no previous file with comments | « cc/test/layer_test_common.cc ('k') | cc/test/mock_quad_culler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698