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

Unified Diff: src/ports/SkScalerContext_win_dw.cpp

Issue 1220113003: Remove &glyph from SkASSERT. (Closed) Base URL: https://chromium.googlesource.com/skia.git@master
Patch Set: Created 5 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: src/ports/SkScalerContext_win_dw.cpp
diff --git a/src/ports/SkScalerContext_win_dw.cpp b/src/ports/SkScalerContext_win_dw.cpp
index de527c814063888514580a0287dc00c7e506cd2c..7bfa1d420d7a4debcb001f8dd2f1e7ae4f181854 100644
--- a/src/ports/SkScalerContext_win_dw.cpp
+++ b/src/ports/SkScalerContext_win_dw.cpp
@@ -722,7 +722,7 @@ void SkScalerContext_DW::generateImage(const SkGlyph& glyph) {
}
void SkScalerContext_DW::generatePath(const SkGlyph& glyph, SkPath* path) {
- SkASSERT(&glyph && path);
+ SkASSERT(path);
path->reset();
« 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