Index: cc/quad_culler.cc |
diff --git a/cc/quad_culler.cc b/cc/quad_culler.cc |
index fe2072aa414d283bc6db23c3361a8934608474ee..f5ebff10c8d2d038d1ff079fa6e5447523e1249b 100644 |
--- a/cc/quad_culler.cc |
+++ b/cc/quad_culler.cc |
@@ -31,8 +31,6 @@ QuadCuller::QuadCuller(QuadList& quadList, SharedQuadStateList& sharedQuadStateL |
SharedQuadState* QuadCuller::useSharedQuadState(scoped_ptr<SharedQuadState> sharedQuadState) |
{ |
- sharedQuadState->id = m_sharedQuadStateList.size(); |
- |
// FIXME: If all quads are culled for the sharedQuadState, we can drop it from the list. |
m_currentSharedQuadState = sharedQuadState.get(); |
m_sharedQuadStateList.append(sharedQuadState.Pass()); |