| Index: third_party/WebKit/PRESUBMIT.py
|
| diff --git a/third_party/WebKit/PRESUBMIT.py b/third_party/WebKit/PRESUBMIT.py
|
| index fed225245184619fdb52e86b4db9746cbb280d18..517f5bca96d170ac3d5f47d42c6f722c70be5bf2 100644
|
| --- a/third_party/WebKit/PRESUBMIT.py
|
| +++ b/third_party/WebKit/PRESUBMIT.py
|
| @@ -271,7 +271,7 @@ def _CheckForForbiddenNamespace(input_api, output_api):
|
| # This list is not exhaustive, but covers likely ones.
|
| chromium_namespaces = ["base", "cc", "content", "gfx", "net", "ui"]
|
| chromium_forbidden_classes = ["scoped_refptr"]
|
| - chromium_allowed_classes = ["gfx::CubicBezier"]
|
| + chromium_allowed_classes = ["gfx::ColorSpace", "gfx::CubicBezier"]
|
|
|
| def source_file_filter(path):
|
| return input_api.FilterSourceFile(path,
|
|
|