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