| Index: third_party/WebKit/Source/core/layout/LayoutTreeAsText.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTreeAsText.cpp b/third_party/WebKit/Source/core/layout/LayoutTreeAsText.cpp
|
| index ae6adb2ce45772953fb08c1909cb0ccbc327a498..c624ce0df4d6d38468e47e81b5e102e1c6f44752 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTreeAsText.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTreeAsText.cpp
|
| @@ -580,7 +580,7 @@ static void write(TextStream& ts, PaintLayer& layer,
|
|
|
| writeIndent(ts, indent);
|
|
|
| - if (layer.layoutObject()->style()->visibility() == HIDDEN)
|
| + if (layer.layoutObject()->style()->visibility() == EVisibility::Hidden)
|
| ts << "hidden ";
|
|
|
| ts << "layer ";
|
|
|