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

Unified Diff: plugin/mac/graphics_utils_mac.mm

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.mm
===================================================================
--- plugin/mac/graphics_utils_mac.mm (revision 20106)
+++ plugin/mac/graphics_utils_mac.mm (working copy)
@@ -32,6 +32,8 @@
#include "plugin/mac/graphics_utils_mac.h"
+namespace o3d {
+
// Slide a window to a different rect, asynchronously, over a period of time.
void SlideWindowToRect(WindowRef the_window,
CGRect destination_rect,
@@ -128,3 +130,5 @@
else
CGContextStrokePath(context);
}
+
+} // namespace o3d

Powered by Google App Engine
This is Rietveld 408576698