| Index: content/public/test/browser_test_utils.cc
|
| diff --git a/content/public/test/browser_test_utils.cc b/content/public/test/browser_test_utils.cc
|
| index d0d448b7bdc776932439f96be671cf88ed66e828..f60d8859e59839f2fc3235b7d957be0fcfd0b260 100644
|
| --- a/content/public/test/browser_test_utils.cc
|
| +++ b/content/public/test/browser_test_utils.cc
|
| @@ -1152,7 +1152,7 @@ namespace {
|
|
|
| bool ContainsSurfaceId(cc::SurfaceId container_surface_id,
|
| RenderWidgetHostViewChildFrame* target_view) {
|
| - if (container_surface_id.is_null())
|
| + if (!container_surface_id.is_valid())
|
| return false;
|
| for (cc::SurfaceId id :
|
| GetSurfaceManager()->GetSurfaceForId(container_surface_id)
|
|
|