| Index: ui/views/view.cc
|
| diff --git a/ui/views/view.cc b/ui/views/view.cc
|
| index dd09f8845f57ab5fafa503225ff1fb6949de0d9d..6c9c3a107956f15b14a56d4c00d3e966e0eaa364 100644
|
| --- a/ui/views/view.cc
|
| +++ b/ui/views/view.cc
|
| @@ -1690,7 +1690,7 @@ std::string View::DoPrintViewGraph(bool first, View* view_with_children) {
|
| if (!parent_)
|
| result.append(", shape=box");
|
| if (layer()) {
|
| - if (layer()->texture())
|
| + if (layer()->has_external_content())
|
| result.append(", color=green");
|
| else
|
| result.append(", color=red");
|
|
|