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

Unified Diff: Source/platform/graphics/FrameData.cpp

Issue 170603003: Use nullptr_t for RefPtr, PassRefPtr and RawPtr. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Final rebase Created 6 years, 10 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 | « Source/platform/graphics/DecodingImageGenerator.cpp ('k') | Source/platform/graphics/GraphicsContext.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/FrameData.cpp
diff --git a/Source/platform/graphics/FrameData.cpp b/Source/platform/graphics/FrameData.cpp
index cdbae1ff0cf1cbc35270bd732bbac32fa9f94f50..3e1c9d264492475fde845d5b1b4eebc454cff5c9 100644
--- a/Source/platform/graphics/FrameData.cpp
+++ b/Source/platform/graphics/FrameData.cpp
@@ -32,7 +32,7 @@
namespace WebCore {
FrameData::FrameData()
- : m_frame(0)
+ : m_frame(nullptr)
, m_orientation(DefaultImageOrientation)
, m_duration(0)
, m_haveMetadata(false)
« no previous file with comments | « Source/platform/graphics/DecodingImageGenerator.cpp ('k') | Source/platform/graphics/GraphicsContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698