0
Files
src/content/renderer
aelias@chromium.org 7d4481d16a Flag and adapter class for software compositing.
I'm adding a new CCRendererSkia class to CC, providing support for
compositing a website to a software bitmap. However, the rest of the
software compositing pipeline (delegating shared-memory resources and
quadlists to the root compositor) is not yet done, so there's no way to
get this bitmap onto the screen. As a stopgap, add an adapter class that
uploads to a viewport-sized GL texture every frame, and a flag
--force-software-compositing to activate it.

BUG=124671

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158388 0039d316-1c4b-4281-b951-d872f2087c98
2012-09-24 21:26:47 +00:00
..
2012-07-11 07:04:07 +00:00