summaryrefslogtreecommitdiffstats
path: root/content/common/gpu/gpu_surface_lookup.cc
Commit message (Collapse)AuthorAgeFilesLines
* Move a bunch of content\common code into the content namespace.jam@chromium.org2012-10-231-0/+3
| | | | | | Review URL: https://codereview.chromium.org/11225045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163514 0039d316-1c4b-4281-b951-d872f2087c98
* Add GL surface creation for Android.sievers@chromium.org2012-07-271-0/+23
This creates either a texture transport surface (for compositor use) or a native window surface. Also add a way to look up a surface handle that cannot be serialized over IPC. We simply get it from the tracker as we are running the GPU thread in the browser process. BUG=136923 Review URL: https://chromiumcodereview.appspot.com/10795058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148715 0039d316-1c4b-4281-b951-d872f2087c98