| Index: services/ui/ws/server_window_surface.h
|
| diff --git a/services/ui/ws/server_window_surface.h b/services/ui/ws/server_window_surface.h
|
| index 1a606c250652357e3b24fba444f34ffc77a389f3..c1d89e838551a7c94e73cac0dbfe31d468073028 100644
|
| --- a/services/ui/ws/server_window_surface.h
|
| +++ b/services/ui/ws/server_window_surface.h
|
| @@ -63,7 +63,7 @@ class ServerWindowSurface : public mojom::Surface,
|
| // the same size and device scale factor.
|
| const cc::LocalFrameId& local_frame_id() const { return local_frame_id_; }
|
|
|
| - bool has_frame() const { return !local_frame_id_.is_null(); }
|
| + bool has_frame() const { return local_frame_id_.is_valid(); }
|
|
|
| cc::SurfaceId GetSurfaceId() const;
|
|
|
|
|