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

Unified Diff: gm/shadertext3.cpp

Issue 1876753003: adjust gm bounds for better content fit (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 8 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/dashing.cpp ('k') | gm/stringart.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gm/shadertext3.cpp
diff --git a/gm/shadertext3.cpp b/gm/shadertext3.cpp
index 0d1c03e345a20846d3f77cf1d6b9e382bcf02547..9f3301ee042cfbfa72aab9160a9c447aee19f31c 100644
--- a/gm/shadertext3.cpp
+++ b/gm/shadertext3.cpp
@@ -57,7 +57,7 @@ protected:
return SkString("shadertext3");
}
- SkISize onISize() override{ return SkISize::Make(800, 1000); }
+ SkISize onISize() override{ return SkISize::Make(820, 930); }
void onOnceBeforeDraw() override {
makebm(&fBmp, kPointSize / 4, kPointSize / 4);
« no previous file with comments | « gm/dashing.cpp ('k') | gm/stringart.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698