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

Unified Diff: skia/ext/skia_utils_mac.mm

Issue 10823274: Fix two harmless int-to-pointer conversions that a new clang warns about. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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 | « content/browser/renderer_host/test_render_view_host.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/ext/skia_utils_mac.mm
diff --git a/skia/ext/skia_utils_mac.mm b/skia/ext/skia_utils_mac.mm
index 64b14f2eb0afee9433617602f215122914887401..ed41b60e5948b4f6d3bd76e1c0bc6eb38adc8bfb 100644
--- a/skia/ext/skia_utils_mac.mm
+++ b/skia/ext/skia_utils_mac.mm
@@ -74,7 +74,7 @@ SkBitmap NSImageOrNSImageRepToSkBitmap(
operation:NSCompositeCopy
fraction:1.0
respectFlipped:NO
- hints:NO];
+ hints:nil];
}
[NSGraphicsContext restoreGraphicsState];
« no previous file with comments | « content/browser/renderer_host/test_render_view_host.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698