diff options
author | ajuma@chromium.org <ajuma@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-17 00:40:27 +0000 |
---|---|---|
committer | ajuma@chromium.org <ajuma@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-17 00:40:27 +0000 |
commit | 83ef2bc18a113f83009dd63dfe1e76adedcef8fa (patch) | |
tree | ddff547759ed096f3fe40c7ca76432635c053541 /cc/cc_tests.gyp | |
parent | 3077f9925d15fe614ec2059da6450f8e516047b3 (diff) | |
download | chromium_src-83ef2bc18a113f83009dd63dfe1e76adedcef8fa.zip chromium_src-83ef2bc18a113f83009dd63dfe1e76adedcef8fa.tar.gz chromium_src-83ef2bc18a113f83009dd63dfe1e76adedcef8fa.tar.bz2 |
Define cc::TransformOperations and webkit::WebTransformOperationsImpl
This ports the implementation of WebTransformOperations into cc::TransformOperations, Also, behind #if WEB_TRANSFORM_OPERATIONS_IS_VIRTUAL, this makes cc use TransformOperations instead of WebTransformOperations; defines a new class WebTransformOperationsImpl that implements WebTransformOperations using an instance of cc::TransformOperations; defines WebCompositorSupportImpl::createTransformOperations; and makes compositor_bindings use WebTransformOperationsImpl instead of WebTransformOperations (extracting the underlying cc::TransformOperations before calling into cc).
This is step 1 of the 3-step plan outlined at https://chromiumcodereview.appspot.com/11745018 for moving the implementation of WebTransformOperations into chromium.
BUG=166640
Review URL: https://chromiumcodereview.appspot.com/11876016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177290 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/cc_tests.gyp')
-rw-r--r-- | cc/cc_tests.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp index 2c16988..671df97 100644 --- a/cc/cc_tests.gyp +++ b/cc/cc_tests.gyp @@ -63,6 +63,7 @@ 'tiled_layer_unittest.cc', 'tiling_data_unittest.cc', 'top_controls_manager_unittest.cc', + 'transform_operations_unittest.cc', 'tree_synchronizer_unittest.cc', 'timing_function_unittest.cc', 'test/fake_web_graphics_context_3d_unittest.cc', |