Index: third_party/WebKit/Source/core/layout/LayoutBoxModelObject.cpp |
diff --git a/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.cpp b/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.cpp |
index b69837e132beda0acc5f8b145b9cdd6b2cae6484..0bba976b0be7e1ac39ba9c2a5334b26dc1dabd67 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.cpp |
@@ -137,11 +137,6 @@ bool LayoutBoxModelObject::hasLocalEquivalentBackground() const |
if (!style()->hasAutoClip()) |
return false; |
- // TODO(flackr): We should be able to paint locally attached borders with a border-radius |
- // but these currently do not paint correctly. https://crbug.com/645949 |
- if (style()->hasBorderRadius()) |
- return false; |
- |
// TODO(flackr): Remove this when box shadows are still painted correctly when painting |
// into the composited scrolling contents layer. https://crbug.com/646464 |
if (style()->boxShadow()) |