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

Unified Diff: gm/strokerect.cpp

Issue 2126723002: Enlarge strokerect GM size to reveal hidden content (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gm/strokerect.cpp
diff --git a/gm/strokerect.cpp b/gm/strokerect.cpp
index a1c8bb8d9ad07372a03cda7dc9812240e3199180..7b14854d76cb6a6f837d00fe5312bf4bef89b715 100644
--- a/gm/strokerect.cpp
+++ b/gm/strokerect.cpp
@@ -52,7 +52,7 @@ protected:
}
SkISize onISize() override {
- return SkISize::Make(1024, 740);
+ return SkISize::Make(1400, 740);
}
void onDraw(SkCanvas* canvas) override {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698