0
Files
src/ui
epenner@chromium.org 32145a9eab gpu: Add async pixel transfers.
This adds a generic async pixel transfer interface, a
stub/fallback implementation and mocks/tests.

NOTRY=true
BUG=161337

Review URL: https://chromiumcodereview.appspot.com/11428140

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173430 0039d316-1c4b-4281-b951-d872f2087c98
2012-12-17 09:01:59 +00:00
..
2012-12-15 20:27:30 +00:00
2012-12-15 22:08:02 +00:00
2012-12-17 09:01:59 +00:00
2012-12-14 03:42:45 +00:00
2012-09-18 21:47:56 +00:00
2012-12-15 22:08:02 +00:00

This directory contains elements of Chromium's user interface toolkit:

base/
  Common UI framework components for resource loading, localization,
  string formatting, cross platform model interfaces etc.
views/
  UI "View" framework used for building interfaces on Windows and Linux
  (ChromeOS).

This directory is NOT for things that are unrelated to a user interface library,
even if:
* they are shared by multiple top level directories in src/,
* brettw won't let you put them in base!
* it's just two little files... come on!

- ben@chromium.org