Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(476)

Unified Diff: third_party/WebKit/Source/core/layout/LayoutObject.cpp

Issue 2584383002: Update comments about active DOM objects (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 4bb1a9269d1804bc20db1ce51fa2ea7f888a0d57..c32c75de3470d2b51dd390311f126e6a355e01b7 100644
--- a/third_party/WebKit/Source/core/layout/LayoutObject.cpp
+++ b/third_party/WebKit/Source/core/layout/LayoutObject.cpp
@@ -3116,7 +3116,7 @@ bool LayoutObject::willRenderImage() {
if (style()->visibility() != EVisibility::Visible)
return false;
- // We will not render a new image when Active DOM is suspended
+ // We will not render a new image when SuspendableObjects is suspended
if (document().activeDOMObjectsAreSuspended())
return false;

Powered by Google App Engine
This is Rietveld 408576698