summaryrefslogtreecommitdiffstats
path: root/cc/LayerChromiumTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Revert 161133 - [cc] Use base ptr types for cc's CSS animation classescpu@chromium.org2012-10-101-5/+5
| | | | | | | | | | | | | | | Relanding https://codereview.chromium.org/11078009/ TBR=jamesr BUG=154451 Review URL: https://chromiumcodereview.appspot.com/11085029 TBR=enne@chromium.org Review URL: https://codereview.chromium.org/11086053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@161135 0039d316-1c4b-4281-b951-d872f2087c98
* [cc] Use base ptr types for cc's CSS animation classesenne@chromium.org2012-10-101-5/+5
| | | | | | | | | | | | Relanding https://codereview.chromium.org/11078009/ TBR=jamesr BUG=154451 Review URL: https://chromiumcodereview.appspot.com/11085029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@161133 0039d316-1c4b-4281-b951-d872f2087c98
* [cc] Remove WTF types from LayerChromium and layer listsenne@chromium.org2012-10-091-70/+79
| | | | | | | | | | | | | | Relanding https://chromiumcodereview.appspot.com/11047029. No changes from original patch. This was reverted as an innocent bystander of r160623's breakage. BUG=154451 Review URL: https://chromiumcodereview.appspot.com/11066083 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@160953 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 160619 - [cc] Remove WTF types from LayerChromium and layer listsjochen@chromium.org2012-10-081-79/+70
| | | | | | | | | | | | | | | Both layer list types needed to be changed to vector simultaneously because of the amount of templated code that deals with both. BUG=154451 Review URL: https://chromiumcodereview.appspot.com/11047029 TBR=enne@chromium.org Review URL: https://codereview.chromium.org/11070012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@160637 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 160630 - [cc] Use base ptr types for cc's CSS animation classeshenrika@chromium.org2012-10-081-5/+5
| | | | | | | | | | | BUG=154451 Review URL: https://chromiumcodereview.appspot.com/11078009 TBR=enne@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@160635 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 160631 - [cc] Store CCLayerImpls as scoped_ptrshenrika@chromium.org2012-10-081-1/+1
| | | | | | | | | | | | BUG=154451 Review URL: https://chromiumcodereview.appspot.com/11076013 TBR=enne@chromium.org Review URL: https://codereview.chromium.org/11083003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@160632 0039d316-1c4b-4281-b951-d872f2087c98
* [cc] Store CCLayerImpls as scoped_ptrsenne@chromium.org2012-10-081-1/+1
| | | | | | | | | BUG=154451 Review URL: https://chromiumcodereview.appspot.com/11076013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@160631 0039d316-1c4b-4281-b951-d872f2087c98
* [cc] Use base ptr types for cc's CSS animation classesenne@chromium.org2012-10-081-5/+5
| | | | | | | | | BUG=154451 Review URL: https://chromiumcodereview.appspot.com/11078009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@160630 0039d316-1c4b-4281-b951-d872f2087c98
* [cc] Remove WTF types from LayerChromium and layer listsenne@chromium.org2012-10-081-70/+79
| | | | | | | | | | | | Both layer list types needed to be changed to vector simultaneously because of the amount of templated code that deals with both. BUG=154451 Review URL: https://chromiumcodereview.appspot.com/11047029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@160619 0039d316-1c4b-4281-b951-d872f2087c98
* [cc] Use scoped_ptr for CCLayerTreeHost(Impl)enne@chromium.org2012-10-061-24/+15
| | | | | | | | BUG=154451 Review URL: https://chromiumcodereview.appspot.com/11031079 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@160589 0039d316-1c4b-4281-b951-d872f2087c98
* Renamed LayerChromium::opaque to LayerChromium::contentsOpaque. Having both ↵alokp@chromium.org2012-10-021-1/+1
| | | | | | | | | | | opaque and opacity on the same interface is quite confusing. BUG= Review URL: https://chromiumcodereview.appspot.com/11035020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@159781 0039d316-1c4b-4281-b951-d872f2087c98
* cc: Change gtest includes to the style used in chromium.tfarina@chromium.org2012-10-021-2/+2
| | | | | | | | | | BUG=144577 TEST=cc_unittests TBR=jamesr@chromium.org Review URL: https://codereview.chromium.org/11035010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@159601 0039d316-1c4b-4281-b951-d872f2087c98
* Add some missing unit tests and update cc_unittests and ↵shawnsingh@chromium.org2012-09-181-0/+847
webkit_compositor_bindings_unittests After GTFO, some unit test files were not in the right place, or missing entirely. This patch (1) adds some missing unit tests, (2) moves some tests from webkit_compositor_bindings_unitttests to cc_unitttests, and (3) removes some redundant entries in the gyp files for those targets. BUG=https://code.google.com/p/chromium/issues/detail?id=149121 Review URL: https://chromiumcodereview.appspot.com/10909218 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157425 0039d316-1c4b-4281-b951-d872f2087c98