1 //
2 // Copyright 2020 The ANGLE Project Authors. All rights reserved.
3 // Use of this source code is governed by a BSD-style license that can be
4 // found in the LICENSE file.
5 //
6 // Platform.h: Simple forwarding header to PlatformMethods.h.
7 // Ideally we can remove this file at some point since "Platform.h" is overloaded.
8 //
9 
10 #include "PlatformMethods.h"
11