| Index: ui/ozone/platform/dri/dri_window_delegate_proxy.h
|
| diff --git a/ui/ozone/platform/dri/dri_window_delegate_proxy.h b/ui/ozone/platform/dri/dri_window_delegate_proxy.h
|
| index 9b3d204800b3dbbc1340debc5051f810986e43bb..ef95c4c58abadf30d377311dd206d05ea095dd90 100644
|
| --- a/ui/ozone/platform/dri/dri_window_delegate_proxy.h
|
| +++ b/ui/ozone/platform/dri/dri_window_delegate_proxy.h
|
| @@ -35,7 +35,10 @@ class DriWindowDelegateProxy : public DriWindowDelegate,
|
|
|
| private:
|
| gfx::AcceleratedWidget widget_;
|
| - GpuPlatformSupportHostGbm* sender_;
|
| + GpuPlatformSupportHostGbm* sender_; // Not owned.
|
| +
|
| + // Cached state for the window. If the GPU process crashes, this state is used
|
| + // to update the GPU side when it comes back.
|
| gfx::Rect bounds_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(DriWindowDelegateProxy);
|
|
|