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

Unified Diff: cc/DEPS

Issue 11367080: cc: Remove all remaining use of WebCore Rect/Point/Size types from the compositor. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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/geometry.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/DEPS
diff --git a/cc/DEPS b/cc/DEPS
index cf10e4cde11f5085f2b9f79c2a26a13802174c7c..56c6cf7f51c5ef8f21c225622f007e32301f876f 100644
--- a/cc/DEPS
+++ b/cc/DEPS
@@ -5,22 +5,7 @@ include_rules = [
"+third_party/khronos/GLES2/gl2ext.h",
"+ui/gfx",
"+media",
-# http://crbug.com/144542
- "+third_party/WebKit/Source/WebCore/platform/graphics/FloatPoint.h",
- "+third_party/WebKit/Source/WebCore/platform/graphics/FloatQuad.h",
- "+third_party/WebKit/Source/WebCore/platform/graphics/FloatRect.h",
- "+third_party/WebKit/Source/WebCore/platform/graphics/FloatSize.h",
- "+third_party/WebKit/Source/WebCore/platform/graphics/IntPoint.h",
- "+third_party/WebKit/Source/WebCore/platform/graphics/IntRect.h",
- "+third_party/WebKit/Source/WebCore/platform/graphics/IntSize.h",
- "+Source/WebCore/platform/graphics/FloatPoint.h",
- "+Source/WebCore/platform/graphics/FloatQuad.h",
- "+Source/WebCore/platform/graphics/FloatRect.h",
- "+Source/WebCore/platform/graphics/FloatSize.h",
- "+Source/WebCore/platform/graphics/IntPoint.h",
- "+Source/WebCore/platform/graphics/IntRect.h",
- "+Source/WebCore/platform/graphics/IntSize.h",
-# http://crbug.com/144540
+# http://crbug.com/147395
"+third_party/WebKit/Source/WebCore/platform/graphics/Region.h",
"+Source/WebCore/platform/graphics/Region.h",
# TODO(jamesr): Resolve these
« no previous file with comments | « no previous file | cc/geometry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698