Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / webrtc / modules / desktop_capture / mac / desktop_configuration.h
index 433040a..031d92d 100644 (file)
@@ -52,6 +52,13 @@ struct MacDesktopConfiguration {
   // increase as you move up the screen) or Carbon-style "top-down" coordinates.
   static MacDesktopConfiguration GetCurrent(Origin origin);
 
+  // Returns true if the given desktop configuration equals this one.
+  bool Equals(const MacDesktopConfiguration& other);
+
+  // Returns the pointer to the display configuration with the specified id.
+  const MacDisplayConfiguration* FindDisplayConfigurationById(
+      CGDirectDisplayID id);
+
   // Bounds of the desktop in Density-Independent Pixels (DIPs).
   DesktopRect bounds;