mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-07 23:43:37 +00:00
Don't include mozilla-config.h in gfx.layers. No bug. r=me
This commit is contained in:
parent
80498bd85f
commit
6bb0b5ed84
@ -6,7 +6,6 @@
|
||||
#ifndef MOZILLA_GFX_COMPOSITOR_H
|
||||
#define MOZILLA_GFX_COMPOSITOR_H
|
||||
|
||||
#include "mozilla-config.h" // for MOZ_DUMP_PAINTING
|
||||
#include "Units.h" // for ScreenPoint
|
||||
#include "gfxPoint.h" // for gfxIntSize
|
||||
#include "mozilla/Assertions.h" // for MOZ_ASSERT, etc
|
||||
|
@ -9,7 +9,6 @@
|
||||
#include <stdint.h> // for uint32_t, uint64_t, uint8_t
|
||||
#include <stdio.h> // for FILE
|
||||
#include <sys/types.h> // for int32_t, int64_t
|
||||
#include "mozilla-config.h" // for MOZ_DUMP_PAINTING
|
||||
#include "FrameMetrics.h" // for FrameMetrics
|
||||
#include "Units.h" // for LayerMargin, LayerPoint
|
||||
#include "gfx3DMatrix.h" // for gfx3DMatrix
|
||||
|
@ -3,7 +3,6 @@
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#include "./../mozilla-config.h" // for MOZ_X11
|
||||
#include "BasicLayersImpl.h" // for FillWithMask, etc
|
||||
#include "ImageContainer.h" // for AutoLockImage, etc
|
||||
#include "ImageLayers.h" // for ImageLayer
|
||||
|
@ -8,7 +8,6 @@
|
||||
|
||||
#include <stdint.h> // for uint64_t
|
||||
#include <stdio.h> // for FILE
|
||||
#include "mozilla-config.h" // for MOZ_DUMP_PAINTING
|
||||
#include "gfxPoint.h" // for gfxSize
|
||||
#include "gfxRect.h" // for gfxRect
|
||||
#include "mozilla/Assertions.h" // for MOZ_ASSERT, etc
|
||||
|
@ -5,7 +5,6 @@
|
||||
|
||||
#include "ContainerLayerComposite.h"
|
||||
#include <algorithm> // for min
|
||||
#include "mozilla-config.h" // for MOZ_DUMP_PAINTING
|
||||
#include "FrameMetrics.h" // for FrameMetrics
|
||||
#include "Units.h" // for LayerRect, LayerPixel, etc
|
||||
#include "gfx2DGlue.h" // for ToMatrix4x4
|
||||
|
@ -7,7 +7,6 @@
|
||||
#define MOZILLA_GFX_IMAGEHOST_H
|
||||
|
||||
#include <stdio.h> // for FILE, NULL
|
||||
#include "mozilla-config.h" // for MOZ_DUMP_PAINTING
|
||||
#include "CompositableHost.h" // for CompositableHost
|
||||
#include "mozilla/Attributes.h" // for MOZ_OVERRIDE
|
||||
#include "mozilla/RefPtr.h" // for RefPtr
|
||||
|
@ -4,7 +4,6 @@
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#include "ImageLayerComposite.h"
|
||||
#include "mozilla-config.h" // for MOZ_DUMP_PAINTING
|
||||
#include "CompositableHost.h" // for CompositableHost
|
||||
#include "Layers.h" // for WriteSnapshotToDumpFile, etc
|
||||
#include "gfx2DGlue.h" // for ToFilter, ToMatrix4x4
|
||||
|
@ -8,7 +8,6 @@
|
||||
|
||||
#include <stddef.h> // for size_t
|
||||
#include <stdint.h> // for uint64_t, uint32_t, uint8_t
|
||||
#include "./../mozilla-config.h" // for MOZ_DUMP_PAINTING
|
||||
#include "gfxASurface.h" // for gfxASurface, etc
|
||||
#include "mozilla/Assertions.h" // for MOZ_ASSERT, etc
|
||||
#include "mozilla/Attributes.h" // for MOZ_OVERRIDE
|
||||
|
@ -4,7 +4,6 @@
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#include "ThebesLayerComposite.h"
|
||||
#include "mozilla-config.h" // for MOZ_DUMP_PAINTING
|
||||
#include "CompositableHost.h" // for TiledLayerProperties, etc
|
||||
#include "FrameMetrics.h" // for FrameMetrics
|
||||
#include "Units.h" // for CSSRect, LayerPixel, etc
|
||||
|
@ -9,7 +9,6 @@
|
||||
#include <stdint.h> // for uint64_t
|
||||
#include <map> // for _Rb_tree_iterator, etc
|
||||
#include <utility> // for pair
|
||||
#include "mozilla-config.h" // for MOZ_DUMP_PAINTING
|
||||
#include "AutoOpenSurface.h" // for AutoOpenSurface
|
||||
#include "LayerTransactionParent.h" // for LayerTransactionParent
|
||||
#include "RenderTrace.h" // for RenderTraceLayers
|
||||
|
@ -19,7 +19,6 @@
|
||||
#include "mozilla/mozalloc.h" // for operator delete, etc
|
||||
#include "nsAutoPtr.h" // for nsRefPtr
|
||||
#include "opengl/LayerManagerOGLProgram.h" // for ShaderProgramType, etc
|
||||
#include "./../mozilla-config.h" // for GL_PROVIDER_GLX
|
||||
#if defined(GL_PROVIDER_GLX)
|
||||
#include "GLXLibrary.h"
|
||||
#include "mozilla/X11Util.h"
|
||||
|
@ -6,7 +6,6 @@
|
||||
#ifndef MOZILLA_GFX_COMPOSITINGRENDERTARGETOGL_H
|
||||
#define MOZILLA_GFX_COMPOSITINGRENDERTARGETOGL_H
|
||||
|
||||
#include "mozilla-config.h" // for MOZ_DUMP_PAINTING
|
||||
#include "GLContextTypes.h" // for GLContext
|
||||
#include "GLDefs.h" // for GLenum, LOCAL_GL_FRAMEBUFFER, etc
|
||||
#include "gfxMatrix.h" // for gfxMatrix
|
||||
|
@ -6,7 +6,6 @@
|
||||
#ifndef MOZILLA_GFX_COMPOSITOROGL_H
|
||||
#define MOZILLA_GFX_COMPOSITOROGL_H
|
||||
|
||||
#include "./../mozilla-config.h" // for MOZ_DUMP_PAINTING
|
||||
#include "GLContextTypes.h" // for GLContext, etc
|
||||
#include "GLDefs.h" // for GLuint, LOCAL_GL_TEXTURE_2D, etc
|
||||
#include "LayerManagerOGLProgram.h" // for ShaderProgramOGL, etc
|
||||
|
@ -6,7 +6,6 @@
|
||||
#include "ContainerLayerOGL.h"
|
||||
#include <stdint.h> // for uint32_t
|
||||
#include <algorithm> // for min
|
||||
#include "mozilla-config.h" // for MOZ_DUMP_PAINTING
|
||||
#include "GLContext.h"
|
||||
#include "gfx3DMatrix.h" // for gfx3DMatrix
|
||||
#include "gfxMatrix.h" // for gfxMatrix
|
||||
|
@ -6,7 +6,6 @@
|
||||
#include "LayerManagerOGL.h"
|
||||
#include <stddef.h> // for size_t
|
||||
#include <stdint.h> // for uint32_t, uint8_t, etc
|
||||
#include "mozilla-config.h" // for MOZ_DUMP_PAINTING
|
||||
#include "CanvasLayerOGL.h" // for CanvasLayerOGL
|
||||
#include "ColorLayerOGL.h" // for ColorLayerOGL
|
||||
#include "Composer2D.h" // for Composer2D
|
||||
|
@ -6,7 +6,6 @@
|
||||
#include "ThebesLayerOGL.h"
|
||||
#include <stdint.h> // for uint32_t
|
||||
#include <sys/types.h> // for int32_t
|
||||
#include "mozilla-config.h" // for MOZ_DUMP_PAINTING
|
||||
#include "GLContext.h" // for GLContext, etc
|
||||
#include "GLContextTypes.h" // for GLenum
|
||||
#include "GLDefs.h" // for LOCAL_GL_ONE, LOCAL_GL_BGRA, etc
|
||||
|
Loading…
x
Reference in New Issue
Block a user