commit | 9d524f22bfde5dc3dc8f48e1be39bdebd3bb0304 | [log] [tgz] |
---|---|---|
author | halcanary <halcanary@google.com> | Tue Mar 29 09:03:52 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Tue Mar 29 09:03:53 2016 -0700 |
tree | fc75ea6f8bc83b552d9ac9c9b4ac0d5a967ee5ac | |
parent | e577693b3be06d90c824538e7eac0b25b0e02a99 [diff] [blame] |
Style bikeshed - remove extraneous whitespace GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1842753002 Review URL: https://codereview.chromium.org/1842753002
diff --git a/src/gpu/GrPLSGeometryProcessor.h b/src/gpu/GrPLSGeometryProcessor.h index 5c1d6ee..0640af6 100644 --- a/src/gpu/GrPLSGeometryProcessor.h +++ b/src/gpu/GrPLSGeometryProcessor.h
@@ -16,7 +16,7 @@ */ class GrPLSGeometryProcessor : public GrGeometryProcessor { public: - GrPixelLocalStorageState getPixelLocalStorageState() const override { + GrPixelLocalStorageState getPixelLocalStorageState() const override { return GrPixelLocalStorageState::kDraw_GrPixelLocalStorageState; }