| Index: third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.cpp b/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.cpp
|
| index 6592c1a1350ec5712ef63ede8d17cd2e32654fcf..061be130660c1f36d90163de32d2ad7f5bcd4042 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.cpp
|
| @@ -274,6 +274,7 @@ void PaintArtifactCompositor::update(const PaintArtifact& paintArtifact)
|
| layer->SetBounds(combinedBounds.size());
|
| layer->SetTransform(transform);
|
| layer->SetIsDrawable(true);
|
| + layer->SetDoubleSided(!paintChunk.properties.backfaceHidden);
|
| if (paintChunk.knownToBeOpaque)
|
| layer->SetContentsOpaque(true);
|
| layer->SetNeedsDisplay();
|
|
|