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

Unified Diff: cc/test/mock_quad_culler.h

Issue 306683002: MockQC stops create its own RP and MockOcclusionTracker (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@testocclusiontracking
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/mock_occlusion_tracker.h ('k') | cc/test/mock_quad_culler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/mock_quad_culler.h
diff --git a/cc/test/mock_quad_culler.h b/cc/test/mock_quad_culler.h
index 3140c4e92b4c1ff758597f9b01ecfd8063ccbc7b..9ad07406f277de0fb50758b4345455e779446cd6 100644
--- a/cc/test/mock_quad_culler.h
+++ b/cc/test/mock_quad_culler.h
@@ -18,12 +18,8 @@ class MockQuadCuller : public QuadSink {
public:
virtual ~MockQuadCuller();
- explicit MockQuadCuller(RenderPass* external_render_pass);
- explicit MockQuadCuller(MockOcclusionTracker<LayerImpl>* occlusion_tracker);
MockQuadCuller(RenderPass* external_render_pass,
MockOcclusionTracker<LayerImpl>* occlusion_tracker);
- MockQuadCuller();
-
// QuadSink interface.
virtual SharedQuadState* CreateSharedQuadState() OVERRIDE;
virtual gfx::Rect UnoccludedContentRect(const gfx::Rect& content_rect,
« no previous file with comments | « cc/test/mock_occlusion_tracker.h ('k') | cc/test/mock_quad_culler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698