summaryrefslogtreecommitdiffstats
path: root/cc/cc.gyp
diff options
context:
space:
mode:
authordanakj@chromium.org <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-02 15:37:41 +0000
committerdanakj@chromium.org <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-02 15:37:41 +0000
commit8a03518ab1cf9d715056674230bdb4e4662b4c90 (patch)
tree4e8cec7db90927d65c83f826b62c03b140f3fbb2 /cc/cc.gyp
parente5d477340a27793e23258c2a2ed08e3682d37205 (diff)
downloadchromium_src-8a03518ab1cf9d715056674230bdb4e4662b4c90.zip
chromium_src-8a03518ab1cf9d715056674230bdb4e4662b4c90.tar.gz
chromium_src-8a03518ab1cf9d715056674230bdb4e4662b4c90.tar.bz2
Create cc::TilingData based on WebCore::TilingData.
This is a direct port of the TilingData class from the WebKit repo, found in: Source/WebCore/platform/graphics/gpu/TilingData.h|cpp Previous commits from non-google folks have been: - ossy replacing the non-copyable macro (which is not present here). - hyatt replacing right()/bottom() with maxX()/maxY() (we use right()/bottom() again here, with gfx::Rect instead of IntRect). - mitz using ASSERT_UNUSED instead of ASSERT guarded on NDEBUG (we use DCHECK instead here). Covered by existing tests; this replaces the use of WebCore::TilingData with the new cc::TilingData. R=enne BUG=147395 Review URL: https://codereview.chromium.org/11359030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165681 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/cc.gyp')
-rw-r--r--cc/cc.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cc/cc.gyp b/cc/cc.gyp
index 3929a4f..24973eb 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -213,6 +213,8 @@
'tiled_layer.h',
'tiled_layer_impl.cc',
'tiled_layer_impl.h',
+ 'tiling_data.cc',
+ 'tiling_data.h',
'time_source.h',
'timing_function.cc',
'timing_function.h',
@@ -263,7 +265,6 @@
'stubs/IntSize.h',
'stubs/Region.h',
'stubs/SkiaUtils.h',
- 'stubs/TilingData.h',
'stubs/UnitBezier.h',
'stubs/config.h',
@@ -275,7 +276,6 @@
'stubs/int_rect.h',
'stubs/int_size.h',
'stubs/skia_utils.h',
- 'stubs/tiling_data.h',
'stubs/unit_bezier.h',
],
},