Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(342)

Unified Diff: scripts/slave/unittests/data/patch_path_filter/svn_patch1.output2

Issue 505153002: WebRTC: Remove android_apk recipe (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Rebased Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: scripts/slave/unittests/data/patch_path_filter/svn_patch1.output2
diff --git a/scripts/slave/unittests/data/patch_path_filter/svn_patch1.output2 b/scripts/slave/unittests/data/patch_path_filter/svn_patch1.output2
deleted file mode 100644
index d040ca4c2c8d03b2eb5c71b6104063c549339931..0000000000000000000000000000000000000000
--- a/scripts/slave/unittests/data/patch_path_filter/svn_patch1.output2
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: webkit/tools/pepper_test_plugin/plugin_object.cc
-===================================================================
---- webkit/tools/pepper_test_plugin/plugin_object.cc (revision 34298)
-+++ webkit/tools/pepper_test_plugin/plugin_object.cc (working copy)
-@@ -276,7 +276,7 @@
-
- SkBitmap bitmap;
- bitmap.setConfig(SkBitmap::kARGB_8888_Config, window.width, window.height);
-- bitmap.setPixels(context.u.graphicsRgba.region);
-+ bitmap.setPixels(context.region);
-
- SkCanvas canvas(bitmap);
- DrawSampleBitmap(canvas, window.width, window.height);

Powered by Google App Engine
This is Rietveld 408576698