diff options
author | dmichael@chromium.org <dmichael@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-08 20:34:32 +0000 |
---|---|---|
committer | dmichael@chromium.org <dmichael@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-08 20:34:32 +0000 |
commit | 526bc6c941bf8918c3cfe51411f48d962e2ade00 (patch) | |
tree | 061f6cff4e706791963f2268fda3cbfdd0434f92 /cc/test/fake_output_surface.h | |
parent | 722b4d484f10f393b43d80d312e2cdf1bc57057f (diff) | |
download | chromium_src-526bc6c941bf8918c3cfe51411f48d962e2ade00.zip chromium_src-526bc6c941bf8918c3cfe51411f48d962e2ade00.tar.gz chromium_src-526bc6c941bf8918c3cfe51411f48d962e2ade00.tar.bz2 |
CC: WeakPtrFactory should be the last member.
BUG=303818
Review URL: https://codereview.chromium.org/26228003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@227578 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/test/fake_output_surface.h')
-rw-r--r-- | cc/test/fake_output_surface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/test/fake_output_surface.h b/cc/test/fake_output_surface.h index 79b0f39..ed37309 100644 --- a/cc/test/fake_output_surface.h +++ b/cc/test/fake_output_surface.h @@ -144,8 +144,8 @@ class FakeOutputSurface : public OutputSurface { bool needs_begin_frame_; bool forced_draw_to_software_device_; bool has_external_stencil_test_; - base::WeakPtrFactory<FakeOutputSurface> fake_weak_ptr_factory_; TransferableResourceArray resources_held_by_parent_; + base::WeakPtrFactory<FakeOutputSurface> fake_weak_ptr_factory_; }; static inline scoped_ptr<OutputSurface> CreateFakeOutputSurface() { |