Index: cc/trees/quad_culler_unittest.cc |
diff --git a/cc/trees/quad_culler_unittest.cc b/cc/trees/quad_culler_unittest.cc |
index 9a5b562a1d1c0c5228e8d323c676fccd05f49cf6..ee973192b066c37801fa8ad25ed3f0bf55af40f3 100644 |
--- a/cc/trees/quad_culler_unittest.cc |
+++ b/cc/trees/quad_culler_unittest.cc |
@@ -39,10 +39,7 @@ class TestOcclusionTrackerImpl |
DISALLOW_COPY_AND_ASSIGN(TestOcclusionTrackerImpl); |
}; |
-typedef LayerIterator<LayerImpl, |
- LayerImplList, |
- RenderSurfaceImpl, |
- LayerIteratorActions::FrontToBack> LayerIteratorType; |
+typedef LayerIterator<LayerImpl> LayerIteratorType; |
class QuadCullerTest : public testing::Test { |
public: |