summaryrefslogtreecommitdiffstats
path: root/remoting/capturer/mac
Commit message (Collapse)AuthorAgeFilesLines
* Add support for high-DPI hosts under Mac OS X.wez@chromium.org2013-01-252-0/+169
| | | | | | | | | | | | | | - Moves enumeration of display configuration(s) to helper classes, which fetch each display's logical and device-native resolutions. - Updates VideoFrameCapturerMac and EventExecutorMac to use the helper. This is a re-land of r178318, which was reverted because it didn't build under the Mac OS X 10.6 SDK. BUG=135081 Review URL: https://chromiumcodereview.appspot.com/12040058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@178761 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 178318 - broke mac compile ↵fischman@chromium.org2013-01-232-168/+0
| | | | | | | | | | | | | | | | | | http://build.chromium.org/p/chromium.mac/builders/Mac%20Builder%20%28dbg%29/builds/36273 > Add support for high-DPI hosts under Mac OS X. > > - Moves enumeration of display configuration(s) to helper classes, which fetch each display's logical and device-native resolutions. > - Updates VideoFrameCapturerMac and EventExecutorMac to use the helper. > > BUG=135081 > > Review URL: https://chromiumcodereview.appspot.com/11665012 TBR=wez@chromium.org Review URL: https://codereview.chromium.org/12052043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@178324 0039d316-1c4b-4281-b951-d872f2087c98
* Add support for high-DPI hosts under Mac OS X.wez@chromium.org2013-01-232-0/+168
| | | | | | | | | | | - Moves enumeration of display configuration(s) to helper classes, which fetch each display's logical and device-native resolutions. - Updates VideoFrameCapturerMac and EventExecutorMac to use the helper. BUG=135081 Review URL: https://chromiumcodereview.appspot.com/11665012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@178318 0039d316-1c4b-4281-b951-d872f2087c98
* Move screen capturers to remoting/capturer.sergeyu@chromium.org2012-12-182-0/+80
Separating screen capturer code from the rest of remoting code so that it can be reused for screen capturing in WebRTC. Also added struct MouseCursorShape to avoid protobuf dependency. BUG=134249 Review URL: https://codereview.chromium.org/11470028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173789 0039d316-1c4b-4281-b951-d872f2087c98