diff options
author | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-12 01:28:51 +0000 |
---|---|---|
committer | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-12 01:28:51 +0000 |
commit | 9b84c98d31b6282c5a399bb92ec720560f4e6496 (patch) | |
tree | 6a98a82dfad1a054e11b5721f6c9eb4dcede2fd5 /o3d | |
parent | af829b7a2b2141c5a7a9f38626c91655c27797ca (diff) | |
download | chromium_src-9b84c98d31b6282c5a399bb92ec720560f4e6496.zip chromium_src-9b84c98d31b6282c5a399bb92ec720560f4e6496.tar.gz chromium_src-9b84c98d31b6282c5a399bb92ec720560f4e6496.tar.bz2 |
Clean up a few things about the first run bubble code:
* Constants at top didn't need "Static" since they were already in an anonymous namespace
* Move function definitions out from declarations. This avoids auto-inlining these (sometimes large) functions and makes it easier to see what a class contains.
* Now that I could see the class functions, make as many as possible private.
* Make sure definition order and declaration order match.
This shouldn't make any functional changes.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/202065
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26069 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d')
0 files changed, 0 insertions, 0 deletions