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

Unified Diff: plugin/mac/graphics_utils_mac.h

Issue 149130: In preparation for becoming an internal plugin in chrome I did these things:... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/o3d/
Patch Set: '' Created 11 years, 5 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: plugin/mac/graphics_utils_mac.h
===================================================================
--- plugin/mac/graphics_utils_mac.h (revision 20106)
+++ plugin/mac/graphics_utils_mac.h (working copy)
@@ -36,6 +36,8 @@
#include <Cocoa/Cocoa.h>
#include <AGL/agl.h>
+namespace o3d {
+
void SlideWindowToRect(WindowRef the_window,
CGRect destination_rect,
double transition_duration_seconds);
@@ -53,4 +55,6 @@
void PaintRoundedCGRect(CGContextRef context, CGRect rect,
float radius, bool fill);
+} // namespace o3d
+
#endif // O3D_PLUGIN_MAC_GRAPHICS_UTILS_MAC_H_

Powered by Google App Engine
This is Rietveld 408576698