| 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 0c3dda6c8401ab771c079841d111cfb583c0b6a5..836a3452fa0527266ecdddb62a5b05aeb3d91188 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| +++ b/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp
|
| @@ -565,7 +565,6 @@ PassRefPtrWillBeRawPtr<CSSValue> CSSComputedStyleDeclaration::getPropertyCSSValu
|
| style = computeComputedStyle();
|
|
|
| bool forceFullLayout = isLayoutDependent(propertyID, style, layoutObject)
|
| - || styledNode->isInShadowTree()
|
| || (document.ownerElement() && document.ensureStyleResolver().hasViewportDependentMediaQueries());
|
|
|
| if (forceFullLayout) {
|
|
|