| Index: third_party/WebKit/Source/platform/graphics/ContentLayerDelegate.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/ContentLayerDelegate.cpp b/third_party/WebKit/Source/platform/graphics/ContentLayerDelegate.cpp
|
| index 4650a0d1f03b6927a0d6bf7d2a600ff9aef1372d..7e232ec3ac9bb9cae07f519bd4ad3c7e73ede9d1 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/ContentLayerDelegate.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/ContentLayerDelegate.cpp
|
| @@ -89,10 +89,6 @@ void ContentLayerDelegate::paintContents(
|
| paintController.paintArtifact().appendToWebDisplayItemList(
|
| webDisplayItemList);
|
|
|
| - if (m_graphicsLayer->colorBehavior().isTransformToTargetColorSpace()) {
|
| - webDisplayItemList->setImpliedColorSpace(
|
| - m_graphicsLayer->colorBehavior().targetColorSpace());
|
| - }
|
| paintController.setDisplayItemConstructionIsDisabled(false);
|
| paintController.setSubsequenceCachingIsDisabled(false);
|
| }
|
|
|