Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / cc / base / swap_promise_monitor.h
index b8c8cd0..cf06bee 100644 (file)
@@ -24,9 +24,9 @@ class LayerTreeHostImpl;
 class CC_EXPORT SwapPromiseMonitor {
  public:
   // If the monitor lives on the main thread, pass in layer_tree_host
-  // and set layer_tree_host_impl to NULL.
+  // and set layer_tree_host_impl to nullptr.
   // If the monitor lives on the impl thread, pass in layer_tree_host_impl
-  // and set layer_tree_host to NULL.
+  // and set layer_tree_host to nullptr.
   SwapPromiseMonitor(LayerTreeHost* layer_tree_host,
                      LayerTreeHostImpl* layer_tree_host_impl);
   virtual ~SwapPromiseMonitor();