Issue #80 - De-unify dom/canvas

This commit is contained in:
wolfbeast 2020-04-18 22:00:45 +02:00 committed by Roy Tam
commit b3d98cc078
17 changed files with 49 additions and 4 deletions

View file

@ -4,9 +4,19 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#include "ImageBitmapRenderingContext.h"
#include "mozilla/dom/ImageBitmapRenderingContextBinding.h"
#include "mozilla/gfx/2D.h"
#include "mozilla/gfx/DataSurfaceHelpers.h"
#include "ImageBitmap.h"
#include "ImageContainer.h"
#include "ImageEncoder.h"
#include "ImageLayers.h"
#include "imgIEncoder.h"
#include "Layers.h"
using namespace mozilla::gfx;
using namespace mozilla::layers;
namespace mozilla {
namespace dom {