Bug 1885602 - Part 5: Implement navigating to the SUMO help topic from the menu heade...
[gecko.git] / dom / webgpu / DeviceLostInfo.cpp
blob4f1153ea60a202368af4f6a703fb66497bd56d47
1 /* -*- Mode: C++; tab-width: 4; 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 "DeviceLostInfo.h"
8 namespace mozilla::webgpu {
10 GPU_IMPL_CYCLE_COLLECTION(DeviceLostInfo, mGlobal)
11 GPU_IMPL_JS_WRAP(DeviceLostInfo)
13 } // namespace mozilla::webgpu