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

Unified Diff: base/mac/mac_util.h

Issue 2355413007: [Mac] Refactor the Fullscreen Toolbar (Closed)
Patch Set: Nits and grits Created 4 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 | « no previous file | base/mac/mac_util.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/mac/mac_util.h
diff --git a/base/mac/mac_util.h b/base/mac/mac_util.h
index d87aa8a07e61d7a0c90975de03383f0cf0608caf..e90360b2ee5463ec8c39ab41f33350a20c98ed04 100644
--- a/base/mac/mac_util.h
+++ b/base/mac/mac_util.h
@@ -45,6 +45,9 @@ BASE_EXPORT CGColorSpaceRef GetGenericRGBColorSpace();
// is a static value; do not release it!
BASE_EXPORT CGColorSpaceRef GetSystemColorSpace();
+// Returns true if both CGFloat values are equal.
+BASE_EXPORT bool IsCGFloatEqual(CGFloat a, CGFloat b);
+
// Add a full screen request for the given |mode|. Must be paired with a
// ReleaseFullScreen() call for the same |mode|. This does not by itself create
// a fullscreen window; rather, it manages per-application state related to
« no previous file with comments | « no previous file | base/mac/mac_util.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698