Chromium Code Reviews| Index: samplecode/SampleBitmapRect.cpp |
| diff --git a/samplecode/SampleBitmapRect.cpp b/samplecode/SampleBitmapRect.cpp |
| index 0576234576898a7fed9a8e67e3065cc12a3dfaf5..24c3efff79b6066f7720700d337eb93e311e9aeb 100644 |
| --- a/samplecode/SampleBitmapRect.cpp |
| +++ b/samplecode/SampleBitmapRect.cpp |
| @@ -78,7 +78,7 @@ class BitmapRectView : public SampleView { |
| void resetBounce() { |
| fSrcPts[0].set(0, 0); |
| fSrcPts[1].set(SCALAR_SIZE, SCALAR_SIZE); |
| - |
| + |
| fSrcVec[0] = unit_vec(30); |
| fSrcVec[1] = unit_vec(107); |
| } |