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

@ -6,8 +6,11 @@
#ifndef WEBGL_TRANSFORM_FEEDBACK_H_
#define WEBGL_TRANSFORM_FEEDBACK_H_
#include <vector>
#include "mozilla/LinkedList.h"
#include "nsWrapperCache.h"
#include "WebGLBuffer.h"
#include "WebGLContext.h"
#include "WebGLObjectModel.h"
namespace mozilla {