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

Unified Diff: src/gpu/GrShape.h

Issue 1934513003: Test Skia patch on layout tests Base URL: https://skia.googlesource.com/skia@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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/gpu/GrShape.h
diff --git a/src/gpu/GrShape.h b/src/gpu/GrShape.h
index 0e863e2c6e9167368f98523ab8a11e25dc917c3a..0ab75b49edc1905268259dabd8e07de2ff10c967 100644
--- a/src/gpu/GrShape.h
+++ b/src/gpu/GrShape.h
@@ -38,6 +38,7 @@ public:
explicit GrShape(const SkPath& path)
: fType(Type::kPath)
, fPath(&path) {
+ // test comment to see if it applies to chromium checkout
this->attemptToReduceFromPath();
}
« 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