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

Unified Diff: cc/output/software_output_device.h

Issue 638353002: [C++11 Allowed Features] Declares a type-safe null pointer converting from NULL to nullptr in src/… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Formating. Created 6 years, 2 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
Index: cc/output/software_output_device.h
diff --git a/cc/output/software_output_device.h b/cc/output/software_output_device.h
index d183fdcb43494e3ccbc94d67fd0ef0927b616046..7b5035d441354624d19ed7e7754f08dc2ecd8b88 100644
--- a/cc/output/software_output_device.h
+++ b/cc/output/software_output_device.h
@@ -68,7 +68,7 @@ class CC_EXPORT SoftwareOutputDevice {
virtual void ReclaimSoftwareFrame(unsigned id);
// VSyncProvider used to update the timer used to schedule draws with the
- // hardware vsync. Return NULL if a provider doesn't exist.
+ // hardware vsync. Return nullptr if a provider doesn't exist.
danakj 2014/10/10 17:28:45 just use null
virtual gfx::VSyncProvider* GetVSyncProvider();
protected:

Powered by Google App Engine
This is Rietveld 408576698