| Index: third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp b/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| index c4c837b671169bfb69275e7cf0c9a2cef2cd12ae..dd87a16910a737c977a09594e67816ed5860e142 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| +++ b/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| @@ -401,7 +401,6 @@ const CSSValue* CSSComputedStyleDeclaration::getPropertyCSSValue(
|
|
|
| bool forceFullLayout =
|
| isLayoutDependent(propertyID, style, layoutObject) ||
|
| - styledNode->isInShadowTree() ||
|
| (document.localOwner() &&
|
| document.styleEngine().hasViewportDependentMediaQueries());
|
|
|
|
|