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

Unified Diff: gm/lcdblendmodes.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/internal_links.cpp ('k') | gm/lcdtext.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gm/lcdblendmodes.cpp
diff --git a/gm/lcdblendmodes.cpp b/gm/lcdblendmodes.cpp
index 874714b7fc827ab022a78edf70bbf50682a385b1..8ac944980af77febc6877aee82c7d81cd95fa7de 100644
--- a/gm/lcdblendmodes.cpp
+++ b/gm/lcdblendmodes.cpp
@@ -6,7 +6,7 @@
*/
-/*
+/*
* Tests text rendering with LCD and the various blend modes.
*/
@@ -40,7 +40,7 @@ public:
const int kPointSize = 25;
fTextHeight = SkIntToScalar(kPointSize);
}
-
+
protected:
SkString onShortName() override {
return SkString("lcdblendmodes");
@@ -49,9 +49,9 @@ protected:
void onOnceBeforeDraw() override {
fCheckerboard = sk_tool_utils::create_checkerboard_shader(SK_ColorBLACK, SK_ColorWHITE, 4);
}
-
+
SkISize onISize() override { return SkISize::Make(kWidth, kHeight); }
-
+
void onDraw(SkCanvas* canvas) override {
SkPaint p;
p.setAntiAlias(false);
@@ -142,7 +142,7 @@ protected:
y+=fTextHeight;
}
}
-
+
private:
SkScalar fTextHeight;
sk_sp<SkShader> fCheckerboard;
« no previous file with comments | « gm/internal_links.cpp ('k') | gm/lcdtext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698