Index: cc/PRESUBMIT.py |
diff --git a/cc/PRESUBMIT.py b/cc/PRESUBMIT.py |
index 5b8100b82667cca5331a6dc86240d93715fa3282..2dd1998996b644474d07cacf9cee27716b5a44cb 100644 |
--- a/cc/PRESUBMIT.py |
+++ b/cc/PRESUBMIT.py |
@@ -116,13 +116,6 @@ def CheckPassByValue(input_api, |
# Well-defined simple classes containing only <= 4 ints, or <= 2 floats. |
pass_by_value_types = ['base::Time', |
'base::TimeTicks', |
- 'gfx::Point', |
- 'gfx::PointF', |
- 'gfx::Rect', |
- 'gfx::Size', |
- 'gfx::SizeF', |
- 'gfx::Vector2d', |
- 'gfx::Vector2dF', |
] |
for f in input_api.AffectedSourceFiles(source_file_filter): |