| Index: services/ui/ws/platform_display.h
|
| diff --git a/services/ui/ws/platform_display.h b/services/ui/ws/platform_display.h
|
| index a4cd5c88f856e9be5c971a56901c95754e4286e6..1859e15ebbe6a14122d6260e34a164a29cf324d8 100644
|
| --- a/services/ui/ws/platform_display.h
|
| +++ b/services/ui/ws/platform_display.h
|
| @@ -15,6 +15,7 @@
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/strings/string16.h"
|
| #include "build/build_config.h"
|
| +#include "gpu/ipc/common/surface_handle.h"
|
| #include "services/ui/public/interfaces/cursor.mojom.h"
|
| #include "services/ui/public/interfaces/window_manager.mojom.h"
|
| #include "services/ui/public/interfaces/window_manager_constants.mojom.h"
|
| @@ -162,7 +163,7 @@ class DefaultPlatformDisplay : public PlatformDisplay,
|
| void OnClosed() override;
|
| void OnWindowStateChanged(ui::PlatformWindowState new_state) override;
|
| void OnLostCapture() override;
|
| - void OnAcceleratedWidgetAvailable(gfx::AcceleratedWidget widget,
|
| + void OnAcceleratedWidgetAvailable(gpu::SurfaceHandle widget,
|
| float device_scale_factor) override;
|
| void OnAcceleratedWidgetDestroyed() override;
|
| void OnActivationChanged(bool active) override;
|
|
|