| Index: third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutObject.cpp b/third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| index 290a52fdcc70ea9d4e5f7ff0eb1c4f2c8db195e9..574b9facda68c895fa1088852cf8b1fbd80dadec 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| @@ -3122,7 +3122,7 @@ bool LayoutObject::willRenderImage() {
|
| return false;
|
|
|
| // We will not render a new image when SuspendableObjects is suspended
|
| - if (document().activeDOMObjectsAreSuspended())
|
| + if (document().isContextSuspended())
|
| return false;
|
|
|
| // If we're not in a window (i.e., we're dormant from being in a background
|
|
|