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

Unified Diff: ui/accelerated_widget_mac/surface_handle_types.h

Issue 1416363002: Mac: Always use surfaceless mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add export Created 5 years, 2 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
« no previous file with comments | « ui/accelerated_widget_mac/accelerated_widget_mac.mm ('k') | ui/gl/gl_image_io_surface.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/accelerated_widget_mac/surface_handle_types.h
diff --git a/ui/accelerated_widget_mac/surface_handle_types.h b/ui/accelerated_widget_mac/surface_handle_types.h
index 7b55ec94a51aefdffa71bd582f102e4a9e466957..6a544e3190460ac6296dfe5999a6c3460a9a3b3f 100644
--- a/ui/accelerated_widget_mac/surface_handle_types.h
+++ b/ui/accelerated_widget_mac/surface_handle_types.h
@@ -23,9 +23,13 @@ enum SurfaceHandleType {
kSurfaceHandleTypeCAContext,
};
+ACCELERATED_WIDGET_MAC_EXPORT
SurfaceHandleType GetSurfaceHandleType(uint64 surface_handle);
+ACCELERATED_WIDGET_MAC_EXPORT
CAContextID CAContextIDFromSurfaceHandle(uint64 surface_handle);
+
+ACCELERATED_WIDGET_MAC_EXPORT
IOSurfaceID IOSurfaceIDFromSurfaceHandle(uint64 surface_handle);
ACCELERATED_WIDGET_MAC_EXPORT
« no previous file with comments | « ui/accelerated_widget_mac/accelerated_widget_mac.mm ('k') | ui/gl/gl_image_io_surface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698