| Index: ui/gfx/monitor.h
 | 
| diff --git a/ui/gfx/monitor.h b/ui/gfx/monitor.h
 | 
| index ab6677a5c45cfd0993e0c9d9d6d91855bff9225d..03d757f6fa8e49183de08319cfd348894e5686c0 100644
 | 
| --- a/ui/gfx/monitor.h
 | 
| +++ b/ui/gfx/monitor.h
 | 
| @@ -14,10 +14,9 @@
 | 
|  namespace gfx {
 | 
|  
 | 
|  // Note: The screen and monitor currently uses pixel coordinate
 | 
| -// system. With ENABLE_DIP macro (which is enabled with enable_dip=1
 | 
| -// gyp flag), |bounds()| and |work_area| will return values in DIP
 | 
| -// coordinate system, not in backing pixels.
 | 
| -// TODO(oshima): Update the comment when ENABLE_DIP macro is removed.
 | 
| +// system. For platforms that support DIP (density independent pixel),
 | 
| +// |bounds()| and |work_area| will return values in DIP coordinate
 | 
| +// system, not in backing pixels.
 | 
|  class UI_EXPORT Monitor {
 | 
|   public:
 | 
|    // Returns the default value for the device scale factor, which is
 | 
| 
 |