summaryrefslogtreecommitdiffstats
path: root/cc/trees/layer_sorter.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/trees/layer_sorter.h')
-rw-r--r--cc/trees/layer_sorter.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/cc/trees/layer_sorter.h b/cc/trees/layer_sorter.h
index b783ded..4cfa8fe 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,