| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
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
|