summaryrefslogtreecommitdiffstats
path: root/cc/PRESUBMIT.py
diff options
context:
space:
mode:
Diffstat (limited to 'cc/PRESUBMIT.py')
-rw-r--r--cc/PRESUBMIT.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/cc/PRESUBMIT.py b/cc/PRESUBMIT.py
index 5b8100b..2dd1998 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):