Bug 853551 - Implement the doppler part of AudioPannerNode. r=ehsan
[gecko.git] / gfx / layers / Compositor.cpp
blobf1f8a8f268a980935257ea48781ddf3a0ce95553
1 /* -*- Mode: C++; tab-width: 20; indent-tabs-mode: nil; c-basic-offset: 2 -*-
2 * This Source Code Form is subject to the terms of the Mozilla Public
3 * License, v. 2.0. If a copy of the MPL was not distributed with this
4 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
6 #include "mozilla/layers/Compositor.h"
8 namespace mozilla {
9 namespace layers {
11 /* static */ LayersBackend Compositor::sBackend = LAYERS_NONE;
12 /* static */ LayersBackend
13 Compositor::GetBackend()
15 return sBackend;
18 } // namespace
19 } // namespace