diff options
author | epenner@chromium.org <epenner@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-30 20:41:21 +0000 |
---|---|---|
committer | epenner@chromium.org <epenner@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-30 20:41:21 +0000 |
commit | ea5ace2eab528fd7272744585199d2625411f9ca (patch) | |
tree | 2e8da7a8edd43a6134d02999fc9cda72be42b074 /cc/resources/managed_tile_state.h | |
parent | 785028babb7a74c1173513b4371a11c81d33d509 (diff) | |
download | chromium_src-ea5ace2eab528fd7272744585199d2625411f9ca.zip chromium_src-ea5ace2eab528fd7272744585199d2625411f9ca.tar.gz chromium_src-ea5ace2eab528fd7272744585199d2625411f9ca.tar.bz2 |
CC: Delete unused code and fix priority_ array definition to
make sense.
The use of NUM_BIN_PRIORITIES was confusing, but actually it
looks like that was simply old code and shouldn't even exist
anymore.
Also deleting some unused variables and functions.
Review URL: https://chromiumcodereview.appspot.com/23802002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220647 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/resources/managed_tile_state.h')
-rw-r--r-- | cc/resources/managed_tile_state.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/cc/resources/managed_tile_state.h b/cc/resources/managed_tile_state.h index 8b72917..467c4e7 100644 --- a/cc/resources/managed_tile_state.h +++ b/cc/resources/managed_tile_state.h @@ -32,14 +32,6 @@ enum ManagedTileBin { scoped_ptr<base::Value> ManagedTileBinAsValue( ManagedTileBin bin); -enum ManagedTileBinPriority { - HIGH_PRIORITY_BIN = 0, - LOW_PRIORITY_BIN = 1, - NUM_BIN_PRIORITIES = 2 -}; -scoped_ptr<base::Value> ManagedTileBinPriorityAsValue( - ManagedTileBinPriority bin); - // This is state that is specific to a tile that is // managed by the TileManager. class CC_EXPORT ManagedTileState { |