summaryrefslogtreecommitdiffstats
path: root/gfx/ipc
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-05-15 13:10:56 +0000
committerMoonchild <moonchild@palemoon.org>2020-05-15 13:10:56 +0000
commita72156b87a89590969d0b91860c28eeb07bca055 (patch)
treebd0a9a7eee450b136b65fc989853b9da96851a73 /gfx/ipc
parent9cb4884a7e8e368219b3ee09c31616a82842cfa2 (diff)
downloadUXP-a72156b87a89590969d0b91860c28eeb07bca055.tar
UXP-a72156b87a89590969d0b91860c28eeb07bca055.tar.gz
UXP-a72156b87a89590969d0b91860c28eeb07bca055.tar.lz
UXP-a72156b87a89590969d0b91860c28eeb07bca055.tar.xz
UXP-a72156b87a89590969d0b91860c28eeb07bca055.zip
Issue #80 - Fix up gfx/ipc and gfx/src for Linux.
This removes an unused Telemetry enum
Diffstat (limited to 'gfx/ipc')
-rw-r--r--gfx/ipc/GPUChild.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gfx/ipc/GPUChild.cpp b/gfx/ipc/GPUChild.cpp
index cc2740a84..3af70c056 100644
--- a/gfx/ipc/GPUChild.cpp
+++ b/gfx/ipc/GPUChild.cpp
@@ -5,6 +5,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#include "GPUChild.h"
#include "gfxConfig.h"
+#include "gfxPlatform.h"
#include "gfxPrefs.h"
#include "GPUProcessHost.h"
#include "GPUProcessManager.h"