0
Files
src/cc
enne@chromium.org 9b18c10a99 cc: Add PictureLayerTiling for impl-side painting
This adds an interface for generating/iterating/creating tiles and tilings.
PictureLayerImpl now knows a lot less about the internals of the tiling (yay).

TBR=nduca@chromium.org
BUG=155209


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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167997 0039d316-1c4b-4281-b951-d872f2087c98
2012-11-15 19:57:03 +00:00
..
2012-11-02 21:06:20 +00:00
2012-11-03 21:10:11 +00:00
2012-11-02 12:08:11 +00:00
2012-11-02 21:06:20 +00:00
2012-11-10 09:38:07 +00:00
2012-11-11 14:47:50 +00:00
2012-11-11 14:47:50 +00:00
2012-11-10 09:38:07 +00:00
2012-11-02 21:06:20 +00:00

This is the chromium compositor implementation.

Notes about the component=shared_library build:
Because the compositor currently depends on non-exported symbols from inside
WebKit, in the shared library build the cc library links into WebKit.dll.
The unit tests don't currently work at all in the component build.