| 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 05858584df10702a2146b779b000afc0218b53d6..548cb99bea6fdd45d23122f2e9c5b94f5e9fe807 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/ContentLayerDelegate.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/ContentLayerDelegate.cpp
|
| @@ -90,8 +90,8 @@ void ContentLayerDelegate::paintContents(
|
| webDisplayItemList);
|
|
|
| if (m_graphicsLayer->colorBehavior().isTransformToTargetColorSpace()) {
|
| - webDisplayItemList->setImpliedColorSpace(gfx::ColorSpace::FromSkColorSpace(
|
| - m_graphicsLayer->colorBehavior().targetColorSpace()));
|
| + webDisplayItemList->setImpliedColorSpace(
|
| + m_graphicsLayer->colorBehavior().targetColorSpace());
|
| }
|
| paintController.setDisplayItemConstructionIsDisabled(false);
|
| paintController.setSubsequenceCachingIsDisabled(false);
|
|
|