Bug 1874684 - Part 28: Return DateDuration from DifferenceISODateTime. r=mgaudet
[gecko.git] / gfx / thebes / PrintPromise.h
blob8213d676f33fd78f858253996295d76f15afbaa4
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 #ifndef MOZILLA_GFX_PRINTPROMISE_H
7 #define MOZILLA_GFX_PRINTPROMISE_H
9 #include "ErrorList.h"
10 #include "mozilla/MozPromise.h"
12 namespace mozilla::gfx {
14 using PrintEndDocumentPromise = MozPromise</* unused */ bool, nsresult, false>;
16 } // namespace mozilla::gfx
18 #endif