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

Unified Diff: gm/tablecolorfilter.cpp

Issue 1842753002: Style bikeshed - remove extraneous whitespace (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 9 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 | « gm/surface.cpp ('k') | gm/texdata.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gm/tablecolorfilter.cpp
diff --git a/gm/tablecolorfilter.cpp b/gm/tablecolorfilter.cpp
index c9ca474e764564a85359d6c4df174bfeef3b3875..a644bd105377a7f88409a65ef8f88f5641ecf8d8 100644
--- a/gm/tablecolorfilter.cpp
+++ b/gm/tablecolorfilter.cpp
@@ -209,12 +209,12 @@ public:
{
fName.printf("colorcomposefilter_%s", suffix);
}
-
+
protected:
virtual SkString onShortName() {
return fName;
}
-
+
virtual SkISize onISize() {
return SkISize::Make(790, 790);
}
@@ -270,7 +270,7 @@ protected:
canvas->translate(0, r.height() + spacer);
}
}
-
+
private:
typedef GM INHERITED;
};
« no previous file with comments | « gm/surface.cpp ('k') | gm/texdata.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698