Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(352)

Unified Diff: ui/gfx/native_widget_types.h

Issue 1084173004: Adding status to swap complete (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698