Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / webrtc / modules / desktop_capture / mac / desktop_configuration.h
index 031d92d..bb2339b 100644 (file)
@@ -59,10 +59,11 @@ struct MacDesktopConfiguration {
   const MacDisplayConfiguration* FindDisplayConfigurationById(
       CGDirectDisplayID id);
 
-  // Bounds of the desktop in Density-Independent Pixels (DIPs).
+  // Bounds of the desktop excluding monitors with DPI settings different from
+  // the main monitor. In Density-Independent Pixels (DIPs).
   DesktopRect bounds;
 
-  // Bounds of the desktop in physical pixels.
+  // Same as bounds, but expressed in physical pixels.
   DesktopRect pixel_bounds;
 
   // Scale factor from DIPs to physical pixels.