| 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 258e0dd92f759b1febf47fb6a1913a3da1129c2b..e810b5197e19f9fb84088a687eacfd485eb7f60d 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsLayer.cpp
|
| @@ -292,6 +292,11 @@ void GraphicsLayer::setOffsetDoubleFromLayoutObject(const DoubleSize& offset, Sh
|
| setNeedsDisplay();
|
| }
|
|
|
| +IntRect GraphicsLayer::interestRect()
|
| +{
|
| + return m_previousInterestRect;
|
| +}
|
| +
|
| void GraphicsLayer::paint(GraphicsContext& context, const IntRect* interestRect)
|
| {
|
| ASSERT(interestRect || RuntimeEnabledFeatures::slimmingPaintSynchronizedPaintingEnabled());
|
|
|