xref: /aosp_15_r20/external/angle/util/fuchsia/FuchsiaPixmap.h (revision 8975f5c5ed3d1c378011245431ada316dfb6f244)
1*8975f5c5SAndroid Build Coastguard Worker //
2*8975f5c5SAndroid Build Coastguard Worker // Copyright The ANGLE Project Authors. All rights reserved.
3*8975f5c5SAndroid Build Coastguard Worker // Use of this source code is governed by a BSD-style license that can be
4*8975f5c5SAndroid Build Coastguard Worker // found in the LICENSE file.
5*8975f5c5SAndroid Build Coastguard Worker //
6*8975f5c5SAndroid Build Coastguard Worker 
7*8975f5c5SAndroid Build Coastguard Worker // FuchsiaPixmap.h: Definition of the implementation of OSPixmap for Fuchsia
8*8975f5c5SAndroid Build Coastguard Worker 
9*8975f5c5SAndroid Build Coastguard Worker #ifndef UTIL_FUCHSIA_FUCHSIAPIXMAP_H_
10*8975f5c5SAndroid Build Coastguard Worker #define UTIL_FUCHSIA_FUCHSIAPIXMAP_H_
11*8975f5c5SAndroid Build Coastguard Worker 
12*8975f5c5SAndroid Build Coastguard Worker #include "util/OSPixmap.h"
13*8975f5c5SAndroid Build Coastguard Worker 
14*8975f5c5SAndroid Build Coastguard Worker #endif  // UTIL_FUCHSIA_FUCHSIAPIXMAP_H_
15