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

Unified Diff: ash/touch/touch_hud_projection.cc

Issue 291843003: use simpler gradient factories (in prep for removing SkUnitMapper param) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 | content/browser/web_contents/aura/shadow_layer_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/touch/touch_hud_projection.cc
diff --git a/ash/touch/touch_hud_projection.cc b/ash/touch/touch_hud_projection.cc
index 317855948bd60f8dcf23ce30f643b65d113ec9a8..8b5a260bcb940f107df309cc321b521b43c3a0fc 100644
--- a/ash/touch/touch_hud_projection.cc
+++ b/ash/touch/touch_hud_projection.cc
@@ -90,8 +90,7 @@ class TouchPointView : public views::View,
gradient_colors_,
gradient_pos_,
arraysize(gradient_colors_),
- SkShader::kMirror_TileMode,
- NULL);
+ SkShader::kMirror_TileMode);
fill_paint_.setShader(shader);
shader->unref();
canvas->DrawCircle(circle_center_, SkIntToScalar(kPointRadius),
« no previous file with comments | « no previous file | content/browser/web_contents/aura/shadow_layer_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698