Index: cc/trees/layer_sorter.h |
diff --git a/cc/trees/layer_sorter.h b/cc/trees/layer_sorter.h |
index b783ded0c51771a0615936e14bccbaba926df148..4cfa8feddc027739b11466963af1fd6007590d93 100644 |
--- a/cc/trees/layer_sorter.h |
+++ b/cc/trees/layer_sorter.h |
@@ -68,11 +68,7 @@ class CC_EXPORT LayerSorter { |
void Sort(LayerImplList::iterator first, LayerImplList::iterator last); |
- enum ABCompareResult { |
- ABeforeB, |
- BBeforeA, |
- None |
- }; |
+ enum ABCompareResult { A_BEFORE_B, B_BEFORE_A, NONE }; |
static ABCompareResult CheckOverlap(LayerShape* a, |
LayerShape* b, |