Bug 1158120 - Edit include and comments that contained gfxIntSize and nsIntSize. r=nical

This commit is contained in:
Amanda Sambath 2015-05-29 17:01:46 +02:00
Родитель 44c2163525
Коммит e5ab8210f6
17 изменённых файлов: 12 добавлений и 17 удалений

Просмотреть файл

@ -16,10 +16,10 @@
#include "gfx2DGlue.h" // for thebes --> moz2d transition #include "gfx2DGlue.h" // for thebes --> moz2d transition
#include "mozilla/gfx/BaseSize.h" // for BaseSize #include "mozilla/gfx/BaseSize.h" // for BaseSize
#include "mozilla/gfx/Tools.h" #include "mozilla/gfx/Tools.h"
#include "mozilla/gfx/Point.h" // for IntSize
#include "nsDebug.h" // for NS_ASSERTION, NS_WARNING, etc #include "nsDebug.h" // for NS_ASSERTION, NS_WARNING, etc
#include "nsISupportsImpl.h" // for gfxContext::AddRef, etc #include "nsISupportsImpl.h" // for gfxContext::AddRef, etc
#include "nsRect.h" // for mozilla::gfx::IntRect #include "nsRect.h" // for mozilla::gfx::IntRect
#include "nsSize.h" // for nsIntSize
#include "gfxUtils.h" #include "gfxUtils.h"
namespace mozilla { namespace mozilla {

Просмотреть файл

@ -23,7 +23,6 @@
#include "nsDebug.h" // for NS_ASSERTION #include "nsDebug.h" // for NS_ASSERTION
#include "nsISupportsImpl.h" // for Image::Release, etc #include "nsISupportsImpl.h" // for Image::Release, etc
#include "nsRect.h" // for mozilla::gfx::IntRect #include "nsRect.h" // for mozilla::gfx::IntRect
#include "nsSize.h" // for nsIntSize
#include "nsTArray.h" // for nsTArray #include "nsTArray.h" // for nsTArray
#include "mozilla/Atomics.h" #include "mozilla/Atomics.h"
#include "mozilla/WeakPtr.h" #include "mozilla/WeakPtr.h"

Просмотреть файл

@ -5,7 +5,7 @@
#include "ImageDataSerializer.h" #include "ImageDataSerializer.h"
#include "gfx2DGlue.h" // for SurfaceFormatToImageFormat #include "gfx2DGlue.h" // for SurfaceFormatToImageFormat
#include "gfxPoint.h" // for gfxIntSize #include "mozilla/gfx/Point.h" // for IntSize
#include "mozilla/Assertions.h" // for MOZ_ASSERT, etc #include "mozilla/Assertions.h" // for MOZ_ASSERT, etc
#include "mozilla/gfx/2D.h" // for DataSourceSurface, Factory #include "mozilla/gfx/2D.h" // for DataSourceSurface, Factory
#include "mozilla/gfx/Logging.h" // for gfxDebug #include "mozilla/gfx/Logging.h" // for gfxDebug

Просмотреть файл

@ -39,7 +39,6 @@
#include "nsISupportsImpl.h" // for Layer::Release, etc #include "nsISupportsImpl.h" // for Layer::Release, etc
#include "nsRect.h" // for mozilla::gfx::IntRect #include "nsRect.h" // for mozilla::gfx::IntRect
#include "nsRegion.h" // for nsIntRegion #include "nsRegion.h" // for nsIntRegion
#include "nsSize.h" // for nsIntSize
#include "nsString.h" // for nsCString #include "nsString.h" // for nsCString
#include "nsTArray.h" // for nsTArray #include "nsTArray.h" // for nsTArray
#include "nsTArrayForwardDeclare.h" // for InfallibleTArray #include "nsTArrayForwardDeclare.h" // for InfallibleTArray

Просмотреть файл

@ -9,10 +9,10 @@
#include <stdint.h> // for uint8_t #include <stdint.h> // for uint8_t
#include "gfxColor.h" // for gfxRGBA #include "gfxColor.h" // for gfxRGBA
#include "mozilla/gfx/Matrix.h" // for Matrix4x4, Matrix #include "mozilla/gfx/Matrix.h" // for Matrix4x4, Matrix
#include "mozilla/gfx/Point.h" // for IntSize
#include "nsDebug.h" // for NS_ERROR #include "nsDebug.h" // for NS_ERROR
#include "nsPoint.h" // for nsIntPoint #include "nsPoint.h" // for nsIntPoint
#include "nsRect.h" // for mozilla::gfx::IntRect #include "nsRect.h" // for mozilla::gfx::IntRect
#include "nsSize.h" // for nsIntSize
using namespace mozilla::gfx; using namespace mozilla::gfx;

Просмотреть файл

@ -16,12 +16,12 @@
#include "mozilla/gfx/2D.h" #include "mozilla/gfx/2D.h"
#include "mozilla/gfx/BasePoint.h" // for BasePoint #include "mozilla/gfx/BasePoint.h" // for BasePoint
#include "mozilla/gfx/BaseRect.h" // for BaseRect #include "mozilla/gfx/BaseRect.h" // for BaseRect
#include "mozilla/gfx/Point.h" // for Intsize
#include "nsAutoPtr.h" // for nsRefPtr, nsAutoPtr #include "nsAutoPtr.h" // for nsRefPtr, nsAutoPtr
#include "nsDebug.h" // for NS_ASSERTION #include "nsDebug.h" // for NS_ASSERTION
#include "nsISupportsImpl.h" // for gfxContext::Release, etc #include "nsISupportsImpl.h" // for gfxContext::Release, etc
#include "nsPoint.h" // for nsIntPoint #include "nsPoint.h" // for nsIntPoint
#include "nsRegion.h" // for nsIntRegion #include "nsRegion.h" // for nsIntRegion
#include "nsSize.h" // for nsIntSize
using namespace mozilla::gfx; using namespace mozilla::gfx;

Просмотреть файл

@ -24,7 +24,7 @@
#include "mozilla/gfx/Types.h" // for ExtendMode::ExtendMode::CLAMP, etc #include "mozilla/gfx/Types.h" // for ExtendMode::ExtendMode::CLAMP, etc
#include "mozilla/layers/ShadowLayers.h" // for ShadowableLayer #include "mozilla/layers/ShadowLayers.h" // for ShadowableLayer
#include "mozilla/layers/TextureClient.h" // for TextureClient #include "mozilla/layers/TextureClient.h" // for TextureClient
#include "nsSize.h" // for nsIntSize #include "mozilla/gfx/Point.h" // for IntSize
#include "gfx2DGlue.h" #include "gfx2DGlue.h"
#include "nsLayoutUtils.h" // for invalidation debugging #include "nsLayoutUtils.h" // for invalidation debugging

Просмотреть файл

@ -24,7 +24,7 @@
#include "gfxMatrix.h" // for gfxMatrix #include "gfxMatrix.h" // for gfxMatrix
#include "gfxPlatform.h" // for gfxPlatform #include "gfxPlatform.h" // for gfxPlatform
#include "gfxPrefs.h" // for gfxPrefs #include "gfxPrefs.h" // for gfxPrefs
#include "gfxPoint.h" // for gfxIntSize, gfxPoint #include "gfxPoint.h" // for IntSize, gfxPoint
#include "gfxRect.h" // for gfxRect #include "gfxRect.h" // for gfxRect
#include "gfxUtils.h" // for gfxUtils #include "gfxUtils.h" // for gfxUtils
#include "gfx2DGlue.h" // for thebes --> moz2d transition #include "gfx2DGlue.h" // for thebes --> moz2d transition

Просмотреть файл

@ -9,7 +9,7 @@
#include "gfxContext.h" // for gfxContext, etc #include "gfxContext.h" // for gfxContext, etc
#include "gfxPlatform.h" // for gfxPlatform #include "gfxPlatform.h" // for gfxPlatform
#include "gfxPrefs.h" // for gfxPrefs #include "gfxPrefs.h" // for gfxPrefs
#include "gfxPoint.h" // for gfxIntSize, gfxPoint #include "gfxPoint.h" // for IntSize, gfxPoint
#include "gfxTeeSurface.h" // for gfxTeeSurface #include "gfxTeeSurface.h" // for gfxTeeSurface
#include "gfxUtils.h" // for gfxUtils #include "gfxUtils.h" // for gfxUtils
#include "ipc/ShadowLayers.h" // for ShadowLayerForwarder #include "ipc/ShadowLayers.h" // for ShadowLayerForwarder

Просмотреть файл

@ -24,7 +24,6 @@
#include "TextureClientPool.h" #include "TextureClientPool.h"
#include "nsDebug.h" // for NS_ASSERTION #include "nsDebug.h" // for NS_ASSERTION
#include "nsISupportsImpl.h" // for gfxContext::AddRef, etc #include "nsISupportsImpl.h" // for gfxContext::AddRef, etc
#include "nsSize.h" // for nsIntSize
#include "gfxReusableSharedImageSurfaceWrapper.h" #include "gfxReusableSharedImageSurfaceWrapper.h"
#include "nsExpirationTracker.h" // for nsExpirationTracker #include "nsExpirationTracker.h" // for nsExpirationTracker
#include "nsMathUtils.h" // for NS_lroundf #include "nsMathUtils.h" // for NS_lroundf

Просмотреть файл

@ -7,6 +7,7 @@
#include "PaintedLayerComposite.h" // for PaintedLayerComposite #include "PaintedLayerComposite.h" // for PaintedLayerComposite
#include "mozilla/gfx/BaseSize.h" // for BaseSize #include "mozilla/gfx/BaseSize.h" // for BaseSize
#include "mozilla/gfx/Matrix.h" // for Matrix4x4 #include "mozilla/gfx/Matrix.h" // for Matrix4x4
#include "mozilla/gfx/Point.h" // for IntSize
#include "mozilla/layers/Compositor.h" // for Compositor #include "mozilla/layers/Compositor.h" // for Compositor
#include "mozilla/layers/Effects.h" // for TexturedEffect, Effect, etc #include "mozilla/layers/Effects.h" // for TexturedEffect, Effect, etc
#include "mozilla/layers/LayerMetricsWrapper.h" // for LayerMetricsWrapper #include "mozilla/layers/LayerMetricsWrapper.h" // for LayerMetricsWrapper
@ -16,7 +17,6 @@
#include "nsPoint.h" // for IntPoint #include "nsPoint.h" // for IntPoint
#include "nsPrintfCString.h" // for nsPrintfCString #include "nsPrintfCString.h" // for nsPrintfCString
#include "nsRect.h" // for IntRect #include "nsRect.h" // for IntRect
#include "nsSize.h" // for nsIntSize
#include "mozilla/layers/TiledContentClient.h" #include "mozilla/layers/TiledContentClient.h"
class gfxReusableSurfaceWrapper; class gfxReusableSurfaceWrapper;

Просмотреть файл

@ -25,6 +25,7 @@
#include "mozilla/Monitor.h" // for Monitor #include "mozilla/Monitor.h" // for Monitor
#include "mozilla/RefPtr.h" // for RefPtr #include "mozilla/RefPtr.h" // for RefPtr
#include "mozilla/TimeStamp.h" // for TimeStamp #include "mozilla/TimeStamp.h" // for TimeStamp
#include "mozilla/gfx/Point.h" // for IntSize
#include "mozilla/ipc/ProtocolUtils.h" #include "mozilla/ipc/ProtocolUtils.h"
#include "mozilla/layers/GeckoContentController.h" #include "mozilla/layers/GeckoContentController.h"
#include "mozilla/layers/LayersMessages.h" // for TargetConfig #include "mozilla/layers/LayersMessages.h" // for TargetConfig
@ -33,7 +34,6 @@
#include "mozilla/layers/APZTestData.h" #include "mozilla/layers/APZTestData.h"
#include "nsAutoPtr.h" // for nsRefPtr #include "nsAutoPtr.h" // for nsRefPtr
#include "nsISupportsImpl.h" #include "nsISupportsImpl.h"
#include "nsSize.h" // for nsIntSize
#include "ThreadSafeRefcountingWithMainThreadDestruction.h" #include "ThreadSafeRefcountingWithMainThreadDestruction.h"
#include "mozilla/VsyncDispatcher.h" #include "mozilla/VsyncDispatcher.h"

Просмотреть файл

@ -28,7 +28,6 @@
#include "mozilla/layers/TextureClient.h" // for TextureClient #include "mozilla/layers/TextureClient.h" // for TextureClient
#include "mozilla/mozalloc.h" // for operator new, etc #include "mozilla/mozalloc.h" // for operator new, etc
#include "nsAutoPtr.h" // for nsRefPtr, getter_AddRefs, etc #include "nsAutoPtr.h" // for nsRefPtr, getter_AddRefs, etc
#include "nsSize.h" // for nsIntSize
#include "nsTArray.h" // for nsAutoTArray, nsTArray, etc #include "nsTArray.h" // for nsAutoTArray, nsTArray, etc
#include "nsXULAppAPI.h" // for XRE_GetProcessType, etc #include "nsXULAppAPI.h" // for XRE_GetProcessType, etc
#include "mozilla/ReentrantMonitor.h" #include "mozilla/ReentrantMonitor.h"

Просмотреть файл

@ -7,6 +7,7 @@
#include "Shmem.h" // for Shmem #include "Shmem.h" // for Shmem
#include "gfx2DGlue.h" // for ImageFormatToSurfaceFormat, etc #include "gfx2DGlue.h" // for ImageFormatToSurfaceFormat, etc
#include "gfxPlatform.h" // for gfxPlatform, gfxImageFormat #include "gfxPlatform.h" // for gfxPlatform, gfxImageFormat
#include "mozilla/gfx/Point.h" // for IntSIze
#include "mozilla/layers/ISurfaceAllocator.h" // for ISurfaceAllocator, etc #include "mozilla/layers/ISurfaceAllocator.h" // for ISurfaceAllocator, etc
#include "mozilla/layers/ImageClient.h" // for ImageClient #include "mozilla/layers/ImageClient.h" // for ImageClient
#include "mozilla/layers/ImageDataSerializer.h" // for ImageDataSerializer #include "mozilla/layers/ImageDataSerializer.h" // for ImageDataSerializer
@ -18,7 +19,6 @@
#include "nsDebug.h" // for NS_WARNING, NS_ASSERTION #include "nsDebug.h" // for NS_WARNING, NS_ASSERTION
#include "nsISupportsImpl.h" // for Image::AddRef, etc #include "nsISupportsImpl.h" // for Image::AddRef, etc
#include "nsRect.h" // for mozilla::gfx::IntRect #include "nsRect.h" // for mozilla::gfx::IntRect
#include "nsSize.h" // for nsIntSize
// Just big enough for a 1080p RGBA32 frame // Just big enough for a 1080p RGBA32 frame
#define MAX_FRAME_SIZE (16 * 1024 * 1024) #define MAX_FRAME_SIZE (16 * 1024 * 1024)

Просмотреть файл

@ -27,7 +27,6 @@
#include "nsCOMPtr.h" // for already_AddRefed #include "nsCOMPtr.h" // for already_AddRefed
#include "nsDebug.h" // for NS_ASSERTION, NS_WARNING #include "nsDebug.h" // for NS_ASSERTION, NS_WARNING
#include "nsISupportsImpl.h" // for MOZ_COUNT_CTOR, etc #include "nsISupportsImpl.h" // for MOZ_COUNT_CTOR, etc
#include "nsSize.h" // for nsIntSize
#include "nsTArray.h" // for nsAutoTArray, nsTArray, etc #include "nsTArray.h" // for nsAutoTArray, nsTArray, etc
#include "nsThreadUtils.h" // for nsRunnable #include "nsThreadUtils.h" // for nsRunnable
#include "nsXULAppAPI.h" // for XRE_GetProcessType #include "nsXULAppAPI.h" // for XRE_GetProcessType

Просмотреть файл

@ -7,7 +7,7 @@
#include "mozilla/Assertions.h" // for MOZ_ASSERT, etc #include "mozilla/Assertions.h" // for MOZ_ASSERT, etc
#include "mozilla/layers/ISurfaceAllocator.h" #include "mozilla/layers/ISurfaceAllocator.h"
#include "mozilla/layers/TextureClientOGL.h" #include "mozilla/layers/TextureClientOGL.h"
#include "nsSize.h" // for nsIntSize #include "mozilla/gfx/Point.h" // for IntSize
#include "GLLibraryEGL.h" #include "GLLibraryEGL.h"
using namespace mozilla::gl; using namespace mozilla::gl;

Просмотреть файл

@ -17,7 +17,7 @@
#include "nsCoord.h" // for nscoord, etc #include "nsCoord.h" // for nscoord, etc
#include "nsISupportsImpl.h" // for MOZ_COUNT_CTOR, etc #include "nsISupportsImpl.h" // for MOZ_COUNT_CTOR, etc
#include "nsPoint.h" // for nsIntPoint, nsPoint #include "nsPoint.h" // for nsIntPoint, nsPoint
#include "nsSize.h" // for nsIntSize, nsSize #include "nsSize.h" // for IntSize, nsSize
#include "nscore.h" // for NS_BUILD_REFCNT_LOGGING #include "nscore.h" // for NS_BUILD_REFCNT_LOGGING
struct nsMargin; struct nsMargin;