Index: scripts/slave/unittests/data/patch_path_filter/svn_patch1.output3 |
diff --git a/scripts/slave/unittests/data/patch_path_filter/svn_patch1.output3 b/scripts/slave/unittests/data/patch_path_filter/svn_patch1.output3 |
deleted file mode 100644 |
index 2ce837036292318d3cf0667c557376bb4aec1272..0000000000000000000000000000000000000000 |
--- a/scripts/slave/unittests/data/patch_path_filter/svn_patch1.output3 |
+++ /dev/null |
@@ -1,51 +0,0 @@ |
-Index: third_party/npapi/bindings/npapi_extensions.h |
-=================================================================== |
---- third_party/npapi/bindings/npapi_extensions.h (revision 34298) |
-+++ third_party/npapi/bindings/npapi_extensions.h (working copy) |
-@@ -203,24 +203,21 @@ |
- |
- typedef struct _NPDeviceContext2D |
- { |
-- union { |
-- struct { |
-- void* region; |
-- int32 stride; |
-+ void* reserved; |
-+ void* region; |
-+ int32 stride; |
- |
-- /* The dirty region that the plugin has painted into the buffer. This |
-- * will be initialized to the size of the plugin image in |
-- * initializeRenderContextPtr. The plugin can change the values to only |
-- * update portions of the image. |
-- */ |
-- struct { |
-- int32 left; |
-- int32 top; |
-- int32 right; |
-- int32 bottom; |
-- } dirty; |
-- } graphicsRgba; |
-- } u; |
-+ /* The dirty region that the plugin has painted into the buffer. This |
-+ * will be initialized to the size of the plugin image in |
-+ * initializeContextPtr. The plugin can change the values to only |
-+ * update portions of the image. |
-+ */ |
-+ struct { |
-+ int32 left; |
-+ int32 top; |
-+ int32 right; |
-+ int32 bottom; |
-+ } dirty; |
- } NPDeviceContext2D; |
- |
- /* 3D -----------------------------------------------------------------------*/ |
-@@ -232,6 +229,7 @@ |
- |
- typedef struct _NPDeviceContext3D |
- { |
-+ void* reserved; |
- void* buffer; |
- int32 bufferLength; |
- } NPDeviceContext3D; |