Bug 1432963 - Fixing workers headers - part 17 - no LIBS=[workers] in moz.build files, r=smaug

This commit is contained in:
Andrea Marchesini
2018-01-31 08:25:30 +01:00
parent f7ecc0f399
commit 3e08265e73
88 changed files with 111 additions and 166 deletions

View File

@@ -6,6 +6,7 @@
#include "ImageEncoder.h"
#include "mozilla/dom/CanvasRenderingContext2D.h"
#include "mozilla/dom/WorkerPrivate.h"
#include "mozilla/gfx/2D.h"
#include "mozilla/gfx/DataSurfaceHelpers.h"
#include "mozilla/layers/AsyncCanvasRenderer.h"
@@ -16,7 +17,6 @@
#include "nsIThreadPool.h"
#include "nsNetUtil.h"
#include "nsXPCOMCIDInternal.h"
#include "WorkerPrivate.h"
#include "YCbCrUtils.h"
using namespace mozilla::gfx;