Bug 1521243 - Show a warning for invalid declarations and filter icon for overridden...
[gecko.git] / gfx / layers / LayerSorter.h
blob85878baace05ef030dc2b44d6b42661b47805628
1 /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2 /* vim: set ts=8 sts=2 et sw=2 tw=80: */
3 /* This Source Code Form is subject to the terms of the Mozilla Public
4 * License, v. 2.0. If a copy of the MPL was not distributed with this
5 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
7 #ifndef GFX_LAYERSORTER_H
8 #define GFX_LAYERSORTER_H
10 #include "nsTArray.h"
12 namespace mozilla {
13 namespace layers {
15 class Layer;
17 void SortLayersBy3DZOrder(nsTArray<Layer*>& aLayers);
19 } // namespace layers
20 } // namespace mozilla
22 #endif /* GFX_LAYERSORTER_H */