summaryrefslogtreecommitdiffstats
path: root/gfx/angle/checkout/include/platform/Platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/angle/checkout/include/platform/Platform.h')
-rw-r--r--gfx/angle/checkout/include/platform/Platform.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/gfx/angle/checkout/include/platform/Platform.h b/gfx/angle/checkout/include/platform/Platform.h
new file mode 100644
index 0000000000..2c9537ed46
--- /dev/null
+++ b/gfx/angle/checkout/include/platform/Platform.h
@@ -0,0 +1,10 @@
+//
+// Copyright 2020 The ANGLE Project Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+//
+// Platform.h: Simple forwarding header to PlatformMethods.h.
+// Ideally we can remove this file at some point since "Platform.h" is overloaded.
+//
+
+#include "PlatformMethods.h"