summaryrefslogtreecommitdiffstats
path: root/gfx/gl/GLUploadHelpers.h
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-08-30 12:36:03 +0200
committerwolfbeast <mcwerewolf@gmail.com>2018-08-30 12:36:03 +0200
commitcc54bbe9524266ece289504b7c1633b990279d1e (patch)
treeb4aec1b7f561928b9244b981b0ae91eed177f807 /gfx/gl/GLUploadHelpers.h
parent73b202b1e5688c0cff883873950f0261c50018e7 (diff)
downloadUXP-cc54bbe9524266ece289504b7c1633b990279d1e.tar
UXP-cc54bbe9524266ece289504b7c1633b990279d1e.tar.gz
UXP-cc54bbe9524266ece289504b7c1633b990279d1e.tar.lz
UXP-cc54bbe9524266ece289504b7c1633b990279d1e.tar.xz
UXP-cc54bbe9524266ece289504b7c1633b990279d1e.zip
Revert "Bug 1388020. r=nical, a=RyanVM"
This reverts commit e7189e33f533f9b974b22c2110b522a13bc4c7f6.
Diffstat (limited to 'gfx/gl/GLUploadHelpers.h')
-rw-r--r--gfx/gl/GLUploadHelpers.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gfx/gl/GLUploadHelpers.h b/gfx/gl/GLUploadHelpers.h
index f732d2b38..866d44adb 100644
--- a/gfx/gl/GLUploadHelpers.h
+++ b/gfx/gl/GLUploadHelpers.h
@@ -28,7 +28,6 @@ class GLContext;
* \param gl The GL Context to use.
* \param aData Start of image data of surface to upload.
* Corresponds to the first pixel of the texture.
- * \param aDataSize The image data's size.
* \param aStride The image data's stride.
* \param aFormat The image data's format.
* \param aDstRegion Region of the texture to upload.
@@ -47,7 +46,6 @@ class GLContext;
gfx::SurfaceFormat
UploadImageDataToTexture(GLContext* gl,
unsigned char* aData,
- const gfx::IntSize& aDataSize,
int32_t aStride,
gfx::SurfaceFormat aFormat,
const nsIntRegion& aDstRegion,