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

Unified Diff: tests/DrawBitmapRectTest.cpp

Issue 27382002: return false if we can't scale, to force us to try to lock the original and then proceed (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 2 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
« no previous file with comments | « src/core/SkBitmapProcState.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/DrawBitmapRectTest.cpp
diff --git a/tests/DrawBitmapRectTest.cpp b/tests/DrawBitmapRectTest.cpp
index 68e8a97fd5910d53110d277d6fa17251dc758393..964634ca6e85e90ad43b8ce180bcfd4510c192c8 100644
--- a/tests/DrawBitmapRectTest.cpp
+++ b/tests/DrawBitmapRectTest.cpp
@@ -322,10 +322,7 @@ static void TestDrawBitmapRect(skiatest::Reporter* reporter) {
test_giantrepeat_crbug118018(reporter);
test_treatAsSprite(reporter);
-
- if (false) { // will enable when fix lands
- test_faulty_pixelref(reporter);
- }
+ test_faulty_pixelref(reporter);
}
#include "TestClassDef.h"
« no previous file with comments | « src/core/SkBitmapProcState.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698