summaryrefslogtreecommitdiffstats
path: root/cc/cc.gyp
diff options
context:
space:
mode:
authordanakj@chromium.org <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-03 02:59:15 +0000
committerdanakj@chromium.org <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-03 02:59:15 +0000
commit0d8a30509157c2dd62fceec486ea4abc0efe2134 (patch)
tree6ce8c9dafdfeed76ede03c34090960023e977fa2 /cc/cc.gyp
parent03b502870bdcbdfc0d9a9494d7f45194448427cf (diff)
downloadchromium_src-0d8a30509157c2dd62fceec486ea4abc0efe2134.zip
chromium_src-0d8a30509157c2dd62fceec486ea4abc0efe2134.tar.gz
chromium_src-0d8a30509157c2dd62fceec486ea4abc0efe2134.tar.bz2
cc: Remove WebCore rect use from the compositor, except within Region.
This replaces the last cases of FloatRect with gfx::RectF. It depends on the IsExpressibleAsRect() method in https://codereview.chromium.org/11364054/ and removes the stubs as well! We add an API to the Region class that is intended to be our final Region class interface. It uses an iterator to walk the rects in the Region, which is compatible with the SkRegion API, but can also hide the IntRects exposed by the WebCore Region API. Once this is done, there is no need to use cc::IntRect, and we can remove it entirely. Covered by existing tests; no change in behaviour. BUG=147395 R=enne Review URL: https://codereview.chromium.org/11360066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165837 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/cc.gyp')
-rw-r--r--cc/cc.gyp4
1 files changed, 0 insertions, 4 deletions
diff --git a/cc/cc.gyp b/cc/cc.gyp
index 2116dd0..cca9c59 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -257,10 +257,8 @@
'sources': [
'<@(cc_source_files)',
'stubs/FloatPoint.h',
- 'stubs/FloatRect.h',
'stubs/FloatSize.h',
'stubs/IntPoint.h',
- 'stubs/IntRect.h',
'stubs/IntSize.h',
'stubs/Region.h',
'stubs/SkiaUtils.h',
@@ -268,10 +266,8 @@
'stubs/config.h',
'stubs/float_point.h',
- 'stubs/float_rect.h',
'stubs/float_size.h',
'stubs/int_point.h',
- 'stubs/int_rect.h',
'stubs/int_size.h',
'stubs/skia_utils.h',
'stubs/unit_bezier.h',