diff options
author | Moonchild <moonchild@palemoon.org> | 2020-05-15 13:10:56 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-05-15 13:10:56 +0000 |
commit | a72156b87a89590969d0b91860c28eeb07bca055 (patch) | |
tree | bd0a9a7eee450b136b65fc989853b9da96851a73 /gfx/ipc | |
parent | 9cb4884a7e8e368219b3ee09c31616a82842cfa2 (diff) | |
download | uxp-a72156b87a89590969d0b91860c28eeb07bca055.tar.gz |
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.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gfx/ipc/GPUChild.cpp b/gfx/ipc/GPUChild.cpp index cc2740a849..3af70c056b 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" |