Index: cc/test/fake_output_surface.h |
diff --git a/cc/test/fake_output_surface.h b/cc/test/fake_output_surface.h |
index 4fd0d7251471aaf528d9caee9fed8157f7b6250d..193d03c328887f2815c4af82a05a9c25817d9d2c 100644 |
--- a/cc/test/fake_output_surface.h |
+++ b/cc/test/fake_output_surface.h |
@@ -141,8 +141,9 @@ class FakeOutputSurface : public OutputSurface { |
bool needs_begin_frame_; |
bool has_external_stencil_test_; |
TransferableResourceArray resources_held_by_parent_; |
- base::WeakPtrFactory<FakeOutputSurface> fake_weak_ptr_factory_; |
scoped_ptr<ManagedMemoryPolicy> memory_policy_to_set_at_bind_; |
+ |
+ base::WeakPtrFactory<FakeOutputSurface> fake_weak_ptr_factory_; |
}; |
} // namespace cc |