Index: content/browser/frame_host/render_widget_host_view_child_frame.h |
diff --git a/content/browser/frame_host/render_widget_host_view_child_frame.h b/content/browser/frame_host/render_widget_host_view_child_frame.h |
index d4bba98ce6f8c281ebecf9a13fe0be8fc12b135c..ffe9ded0371b5145173bfc07b1a2d2dc23a09262 100644 |
--- a/content/browser/frame_host/render_widget_host_view_child_frame.h |
+++ b/content/browser/frame_host/render_widget_host_view_child_frame.h |
@@ -183,7 +183,7 @@ class CONTENT_EXPORT RenderWidgetHostViewChildFrame |
scoped_ptr<cc::SurfaceIdAllocator> id_allocator_; |
scoped_ptr<cc::SurfaceFactory> surface_factory_; |
cc::SurfaceId surface_id_; |
- uint32 next_surface_sequence_; |
+ cc::SurfaceSequence surface_sequence_; |
uint32 last_output_surface_id_; |
gfx::Size current_surface_size_; |
float current_surface_scale_factor_; |