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