зеркало из https://github.com/mozilla/gecko-dev.git
Bug 993004 - Fix missing #include on a CLOSED TREE
This commit is contained in:
Родитель
2dd73e27ec
Коммит
8ab27731dc
|
@ -7,6 +7,7 @@
|
||||||
#define MOZILLA_GFX_COMPOSITORD3D11_H
|
#define MOZILLA_GFX_COMPOSITORD3D11_H
|
||||||
|
|
||||||
#include "mozilla/gfx/2D.h"
|
#include "mozilla/gfx/2D.h"
|
||||||
|
#include "gfx2DGlue.h"
|
||||||
#include "mozilla/layers/Compositor.h"
|
#include "mozilla/layers/Compositor.h"
|
||||||
#include "TextureD3D11.h"
|
#include "TextureD3D11.h"
|
||||||
#include <d3d11.h>
|
#include <d3d11.h>
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
#define MOZILLA_GFX_COMPOSITORD3D9_H
|
#define MOZILLA_GFX_COMPOSITORD3D9_H
|
||||||
|
|
||||||
#include "mozilla/gfx/2D.h"
|
#include "mozilla/gfx/2D.h"
|
||||||
|
#include "gfx2DGlue.h"
|
||||||
#include "mozilla/layers/Compositor.h"
|
#include "mozilla/layers/Compositor.h"
|
||||||
#include "mozilla/layers/TextureD3D9.h"
|
#include "mozilla/layers/TextureD3D9.h"
|
||||||
#include "DeviceManagerD3D9.h"
|
#include "DeviceManagerD3D9.h"
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
#ifndef MOZILLA_GFX_COMPOSITOROGL_H
|
#ifndef MOZILLA_GFX_COMPOSITOROGL_H
|
||||||
#define MOZILLA_GFX_COMPOSITOROGL_H
|
#define MOZILLA_GFX_COMPOSITOROGL_H
|
||||||
|
|
||||||
|
#include "gfx2DGlue.h"
|
||||||
#include "GLContextTypes.h" // for GLContext, etc
|
#include "GLContextTypes.h" // for GLContext, etc
|
||||||
#include "GLDefs.h" // for GLuint, LOCAL_GL_TEXTURE_2D, etc
|
#include "GLDefs.h" // for GLuint, LOCAL_GL_TEXTURE_2D, etc
|
||||||
#include "OGLShaderProgram.h" // for ShaderProgramOGL, etc
|
#include "OGLShaderProgram.h" // for ShaderProgramOGL, etc
|
||||||
|
|
Загрузка…
Ссылка в новой задаче