summaryrefslogtreecommitdiff
path: root/D146084.diff
diff options
context:
space:
mode:
Diffstat (limited to 'D146084.diff')
-rw-r--r--D146084.diff17
1 files changed, 0 insertions, 17 deletions
diff --git a/D146084.diff b/D146084.diff
deleted file mode 100644
index 8ed2c28..0000000
--- a/D146084.diff
+++ /dev/null
@@ -1,17 +0,0 @@
-diff --git a/gfx/layers/ipc/LayersSurfaces.ipdlh b/gfx/layers/ipc/LayersSurfaces.ipdlh
---- a/gfx/layers/ipc/LayersSurfaces.ipdlh
-+++ b/gfx/layers/ipc/LayersSurfaces.ipdlh
-@@ -57,10 +57,12 @@
- uint64_t[] modifier;
- uint32_t flags;
- FileDescriptor[] fds;
- uint32_t[] width;
- uint32_t[] height;
-+ uint32_t[] widthAligned;
-+ uint32_t[] heightAligned;
- uint32_t[] format;
- uint32_t[] strides;
- uint32_t[] offsets;
- YUVColorSpace yUVColorSpace;
- ColorRange colorRange;
-
bgstack15