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

Unified Diff: ui/base/cocoa/appkit_utils.h

Issue 2430863002: [Mac] Refactor the fullscreen menubar (Closed)
Patch Set: Fix for rsesek 2 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 | « chrome/browser/ui/cocoa/fullscreen_toolbar_controller.mm ('k') | ui/base/cocoa/appkit_utils.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/cocoa/appkit_utils.h
diff --git a/ui/base/cocoa/appkit_utils.h b/ui/base/cocoa/appkit_utils.h
index bb11e078804fe9ab7bd2881ee12a6ba884509f0c..8f900e9326b3a937d8824ef4b15ddce448defed6 100644
--- a/ui/base/cocoa/appkit_utils.h
+++ b/ui/base/cocoa/appkit_utils.h
@@ -45,6 +45,9 @@ UI_BASE_EXPORT void WindowTitlebarReceivedDoubleClick(NSWindow* window,
// Whether a force-click event on the touchpad should invoke Quick Look.
UI_BASE_EXPORT bool ForceClickInvokesQuickLook();
+// Returns true if both CGFloat values are equal.
+UI_BASE_EXPORT bool IsCGFloatEqual(CGFloat a, CGFloat b);
+
} // namespace ui
#endif // UI_BASE_COCOA_APPKIT_UTILS_H
« no previous file with comments | « chrome/browser/ui/cocoa/fullscreen_toolbar_controller.mm ('k') | ui/base/cocoa/appkit_utils.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698