| Index: ui/gfx/native_widget_types.h
|
| diff --git a/ui/gfx/native_widget_types.h b/ui/gfx/native_widget_types.h
|
| index 1a8256bdf1a64ce3315f46daa82ff5f4271eb67c..e84a34931570e5426b797389b3a97e62180f34b2 100644
|
| --- a/ui/gfx/native_widget_types.h
|
| +++ b/ui/gfx/native_widget_types.h
|
| @@ -276,6 +276,12 @@ const AcceleratedWidget kNullAcceleratedWidget = 0;
|
| #error unknown platform
|
| #endif
|
|
|
| +enum SwapResult {
|
| + SwapAck,
|
| + SwapFailed,
|
| + SwapNakRecreateBuffers,
|
| +};
|
| +
|
| } // namespace gfx
|
|
|
| #endif // UI_GFX_NATIVE_WIDGET_TYPES_H_
|
|
|