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: |