Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(459)

Unified Diff: cc/cc.gyp

Issue 11361072: Remove WebCore::IntRect usage from compositor, except within Region. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | cc/layer.h » ('j') | cc/stubs/Region.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/cc.gyp
diff --git a/cc/cc.gyp b/cc/cc.gyp
index 1d850a56ab9756f65c2d768dbbee29a787f3bf49..a9a8a86b585abaf3685773e390583e2ba8c1213c 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -259,7 +259,6 @@
'stubs/FloatPoint.h',
'stubs/FloatSize.h',
'stubs/IntPoint.h',
- 'stubs/IntRect.h',
'stubs/IntSize.h',
'stubs/Region.h',
'stubs/SkiaUtils.h',
@@ -269,7 +268,6 @@
'stubs/float_point.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',
« no previous file with comments | « no previous file | cc/layer.h » ('j') | cc/stubs/Region.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698