Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(24)

Unified Diff: cc/resources/managed_tile_state.h

Issue 22875045: cc: Remove unnecessary "default" cases from switch statements. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove changes to enums that require arraysize Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: cc/resources/managed_tile_state.h
diff --git a/cc/resources/managed_tile_state.h b/cc/resources/managed_tile_state.h
index 113c5320bf70cac56285fe675192c33c9c7084b3..3220add53dd93780958489ea5fddf70e12aa0c24 100644
--- a/cc/resources/managed_tile_state.h
+++ b/cc/resources/managed_tile_state.h
@@ -48,8 +48,7 @@ class CC_EXPORT ManagedTileState {
enum Mode {
RESOURCE_MODE,
SOLID_COLOR_MODE,
- PICTURE_PILE_MODE,
- NUM_MODES
+ PICTURE_PILE_MODE
};
TileVersion();

Powered by Google App Engine
This is Rietveld 408576698