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

Unified Diff: gm/textblobblockreordering.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/texdata.cpp ('k') | gm/texturedomaineffect.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gm/textblobblockreordering.cpp
diff --git a/gm/textblobblockreordering.cpp b/gm/textblobblockreordering.cpp
index 6542825fe19ca7b2c176e206399ad4f703a6b968..31ba3c72de31fa288e8883654e7c7f80497cbc94 100644
--- a/gm/textblobblockreordering.cpp
+++ b/gm/textblobblockreordering.cpp
@@ -58,9 +58,9 @@ protected:
SkRect bounds = fBlob->bounds();
const int yDelta = SkScalarFloorToInt(bounds.height()) + 20;
const int xDelta = SkScalarFloorToInt(bounds.width());
-
+
canvas->drawTextBlob(fBlob, 0, 0, paint);
-
+
canvas->translate(SkIntToScalar(xDelta), SkIntToScalar(yDelta));
// draw a rect where the text should be, and then twiddle the xfermode
@@ -84,7 +84,7 @@ private:
typedef GM INHERITED;
};
-
+
//////////////////////////////////////////////////////////////////////////////
DEF_GM(return new TextBlobBlockReordering;)
« no previous file with comments | « gm/texdata.cpp ('k') | gm/texturedomaineffect.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698