0
Files
src/cc
reveman@chromium.org 2b37dfda89 cc: Move textureUploadFlushPeriod to TextureUploader.
This moves texture upload related flushing to the TextureUploader
class. This is a more appropriate place to handle this type of flushing
and makes it possible to avoid some unnecessary flushes.

BUG=
TEST=cc_unittests


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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165860 0039d316-1c4b-4281-b951-d872f2087c98
2012-11-03 20:52:32 +00:00
..
2012-11-02 21:06:20 +00:00
2012-11-02 21:06:20 +00:00
2012-11-02 21:06:20 +00:00
2012-11-02 21:06:20 +00:00
2012-11-03 16:55:16 +00:00
2012-11-02 21:06:20 +00:00
2012-11-02 21:06:20 +00:00
2012-11-02 21:06:20 +00:00
2012-11-02 21:06:20 +00:00
2012-11-02 21:06:20 +00:00
2012-11-02 21:06:20 +00:00
2012-11-02 21:06:20 +00:00
2012-11-02 21:06:20 +00:00
2012-11-02 21:06:20 +00:00
2012-10-31 22:48:14 +00:00
2012-11-02 21:06:20 +00:00
2012-11-02 21:06:20 +00:00
2012-11-02 21:06:20 +00:00
2012-11-02 21:06:20 +00:00
2012-11-02 21:06:20 +00:00
2012-11-02 21:06:20 +00:00
2012-11-02 21:06:20 +00:00
2012-11-02 21:06:20 +00:00
2012-11-02 21:06:20 +00:00
2012-11-02 21:06:20 +00:00
2012-11-02 21:06:20 +00:00
2012-11-02 21:06:20 +00:00
2012-11-02 21:06:20 +00:00
2012-11-02 21:06:20 +00:00
2012-11-02 21:06:20 +00:00
2012-11-02 21:06:20 +00:00
2012-11-02 21:06:20 +00:00
2012-11-02 21:06:20 +00:00
2012-11-02 21:06:20 +00:00
2012-11-02 21:06:20 +00:00
2012-11-02 21:06:20 +00:00
2012-11-02 21:06:20 +00:00
2012-11-02 21:06:20 +00:00
2012-11-02 21:06:20 +00:00
2012-11-02 21:06:20 +00:00
2012-11-02 21:06:20 +00:00
2012-11-02 21:06:20 +00:00
2012-11-02 12:08:11 +00:00
2012-10-31 22:48:14 +00:00
2012-11-02 21:06:20 +00:00
2012-11-02 21:06:20 +00:00
2012-11-02 21:06:20 +00:00
2012-11-02 21:06:20 +00:00
2012-11-02 21:06:20 +00:00
2012-11-02 21:06:20 +00:00
2012-11-02 21:06:20 +00:00
2012-11-02 21:06:20 +00:00
2012-11-02 21:06:20 +00:00
2012-11-02 21:06:20 +00:00
2012-11-02 21:06:20 +00:00
2012-11-02 21:06:20 +00:00
2012-11-02 21:06:20 +00:00
2012-11-02 21:06:20 +00:00
2012-11-02 21:06:20 +00:00
2012-11-02 21:06:20 +00:00
2012-11-02 21:06:20 +00:00
2012-11-02 21:06:20 +00:00
2012-11-02 21:06:20 +00:00
2012-11-02 21:06:20 +00:00
2012-11-02 21:06:20 +00:00
2012-11-02 21:06:20 +00:00
2012-10-19 03:39:37 +00:00
2012-11-02 21:06:20 +00:00
2012-11-02 21:06:20 +00:00
2012-11-02 21:06:20 +00:00
2012-11-02 21:06:20 +00:00
2012-11-02 21:06:20 +00:00
2012-11-02 21:06:20 +00:00
2012-11-02 21:06:20 +00:00
2012-11-02 21:06:20 +00:00
2012-11-02 21:06:20 +00:00
2012-11-02 21:06:20 +00:00
2012-11-02 21:06:20 +00:00
2012-11-02 21:06:20 +00:00
2012-11-02 21:06:20 +00:00
2012-11-02 21:06:20 +00:00
2012-11-02 21:06:20 +00:00
2012-11-02 21:06:20 +00:00
2012-11-02 21:06:20 +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.