| Index: third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp
|
| index 945e8f9e67a0ca268fb512359f71b68bec038724..a95334c4641afdfbdad83a6da2c60e3f72df8c38 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp
|
| @@ -164,6 +164,11 @@ LayoutRect GraphicsLayer::visualRect() const
|
| return bounds;
|
| }
|
|
|
| +void GraphicsLayer::setHasWillChangeTransformHint(bool hasWillChangeTransform)
|
| +{
|
| + m_layer->layer()->setHasWillChangeTransformHint(hasWillChangeTransform);
|
| +}
|
| +
|
| void GraphicsLayer::setDrawDebugRedFillForTesting(bool enabled)
|
| {
|
| s_drawDebugRedFill = enabled;
|
|
|