summaryrefslogtreecommitdiffstats
path: root/content/browser/aura/software_output_device_win.cc
Commit message (Collapse)AuthorAgeFilesLines
* Use DrawToNativeContext instead of StretchDIBits to upload output surface.jbauman@chromium.org2013-08-271-10/+3
| | | | | | | | | | This is already a DIB, so no reason to use StretchDIBits. BUG=275200 Review URL: https://chromiumcodereview.appspot.com/23173010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@219676 0039d316-1c4b-4281-b951-d872f2087c98
* Skia is going to Split the SkDevice class into SkBaseDevice and ↵robertphillips@google.com2013-08-261-2/+2
| | | | | | | | | | SkBitmapDevice. Right now Skia has typedefs redirecting SkBaseDevice and SkBitmapDevice to SkDevice. This CL begins the Chromium-side renaming process in preparation for the real change (https://codereview.chromium.org/22978012/) BUG=278148 Review URL: https://chromiumcodereview.appspot.com/22796028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@219568 0039d316-1c4b-4281-b951-d872f2087c98
* Add CopyToBitmap implementation to SoftwareOutputDeviceWinjbauman@chromium.org2013-08-131-0/+9
| | | | | | | | | | The superclass's implementation isn't correct, and was crashing. BUG=256414 Review URL: https://chromiumcodereview.appspot.com/22798010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217272 0039d316-1c4b-4281-b951-d872f2087c98
* Move software_output_device_* to content/browser/aurajbauman@chromium.org2013-07-311-0/+101
The software output devices are aura concepts and don't have anything to do with hosting renderers, so they need to be moved to content/browser/aura. BUG= Review URL: https://chromiumcodereview.appspot.com/21165004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@214720 0039d316-1c4b-4281-b951-d872f2087c98