Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cc: Remove LayerTextureUpdater::Texture::updateRect() callback. | reveman@chromium.org | 2012-10-13 | 1 | -3/+15 |
| | | | | | | | | | | | | | | | | This is the first step towards cleaning up and simplifying the resource update system. Eliminates the LayerTextureUpdater::Texture::updateRect() callback by moving some logic to CCResourceProvider. Remaining logic is now contained in LayerTextureUpdater::Texture::update(). The logic itself is not changed, this is only re-factoring. BUG=154472 TEST=manual Review URL: https://chromiumcodereview.appspot.com/11074009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@161752 0039d316-1c4b-4281-b951-d872f2087c98 | ||||
* | [cc] Rename all cc/ filenames to Chromium style | enne@chromium.org | 2012-10-12 | 1 | -0/+29 |
| | | | | | | | | BUG=155413 Review URL: https://codereview.chromium.org/11122003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@161671 0039d316-1c4b-4281-b951-d872f2087c98 | ||||
* | [cc] Land preliminary empty headers for libcc renames | enne@chromium.org | 2012-10-12 | 1 | -0/+3 |
Landing empty headers first will prevent gyp conflicts later. BUG=155413 Review URL: https://chromiumcodereview.appspot.com/11116002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@161526 0039d316-1c4b-4281-b951-d872f2087c98 |