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

Issue 18118004: Keep Skia compiling on Clang by changing false to NULL (Closed)

Created:
7 years, 5 months ago by rtrieu
Modified:
7 years, 5 months ago
Reviewers:
robertphillips, reed1
CC:
rmistry
Visibility:
Public.

Description

Clang has stricter checking for conversion to a null pointer. In C++11 mode, false will produce an error if it is used in a place that expects a pointer. Change these cases to NULL. Committed: http://code.google.com/p/skia/source/detail?r=9800

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -3 lines) Patch
M src/animator/SkAnimatorScript.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/animator/SkScriptRuntime.cpp View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
rtrieu
7 years, 5 months ago (2013-06-28 01:31:23 UTC) #1
robertphillips
lgtm
7 years, 5 months ago (2013-06-28 11:40:00 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/rtrieu@google.com/18118004/1
7 years, 5 months ago (2013-06-28 11:40:18 UTC) #3
commit-bot: I haz the power
7 years, 5 months ago (2013-06-28 11:47:03 UTC) #4
Message was sent while issue was closed.
Change committed as 9800

Powered by Google App Engine
This is Rietveld 408576698