aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/views
diff options
context:
space:
mode:
Diffstat (limited to 'src/views')
-rw-r--r--src/views/SkEventSink.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/SkEventSink.cpp b/src/views/SkEventSink.cpp
index 5732feb395..cd83111f50 100644
--- a/src/views/SkEventSink.cpp
+++ b/src/views/SkEventSink.cpp
@@ -233,7 +233,7 @@ SkEventSink::EventResult SkEventSink::DoEvent(const SkEvent& evt) {
SkEventSink* SkEventSink::FindSink(SkEventSinkID sinkID)
{
if (sinkID == 0)
- return 0;
+ return nullptr;
SkEventSink_Globals& globals = getGlobals();
SkAutoMutexAcquire ac(globals.fSinkMutex);