aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/colormatrix.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gm/colormatrix.cpp')
-rw-r--r--gm/colormatrix.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/gm/colormatrix.cpp b/gm/colormatrix.cpp
index 518ccd0f50..af305ee04f 100644
--- a/gm/colormatrix.cpp
+++ b/gm/colormatrix.cpp
@@ -22,7 +22,7 @@ public:
fOnce = true;
return true;
}
-
+
private:
mutable bool fOnce;
};
@@ -49,7 +49,7 @@ public:
ColorMatrixGM() {
this->setBGColor(0xFF808080);
}
-
+
protected:
virtual SkString onShortName() {
return SkString("colormatrix");
@@ -134,7 +134,7 @@ protected:
setArray(&paint, data);
canvas->drawBitmap(fBitmap, 160, 160, &paint);
}
-
+
private:
SkBitmap fBitmap;
typedef GM INHERITED;