reimage ninepatch-stretch with white bg (for easier printing)



git-svn-id: http://skia.googlecode.com/svn/trunk@2225 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/samplecode/SampleBitmapRect.cpp b/samplecode/SampleBitmapRect.cpp
index 16f9ba7..95ea1a7 100644
--- a/samplecode/SampleBitmapRect.cpp
+++ b/samplecode/SampleBitmapRect.cpp
@@ -66,7 +66,7 @@
     }
     
     virtual void onDrawContent(SkCanvas* canvas) {
-        GrContext* ctx = NULL;//SampleCode::GetGr();
+        GrContext* ctx = SampleCode::GetGr();
 
         const SkIRect src[] = {
             { 0, 0, 32, 32 },