1 | // Copyright (C) 2018 The Qt Company Ltd. |
---|---|
2 | // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only |
3 | |
4 | #pragma once |
5 | |
6 | namespace WTF { |
7 | |
8 | struct SuperSamplerScope { |
9 | SuperSamplerScope(bool) {} |
10 | }; |
11 | |
12 | } |
13 | |
14 | using WTF::SuperSamplerScope; |
15 |