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

Unified Diff: chrome/browser/ui/panels/panel_window_controller_cocoa.mm

Issue 10388108: Implement media::VideoDecodeAccelerator on Mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix cros build Created 8 years, 7 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 | « base/memory/scoped_policy.h ('k') | content/common/gpu/media/mac_video_decode_accelerator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/panels/panel_window_controller_cocoa.mm
diff --git a/chrome/browser/ui/panels/panel_window_controller_cocoa.mm b/chrome/browser/ui/panels/panel_window_controller_cocoa.mm
index 2099d491a943faccb65bb57b78ddfcba72ba90b7..4b512747ebb28d22ba609202a7879361f8242ab6 100644
--- a/chrome/browser/ui/panels/panel_window_controller_cocoa.mm
+++ b/chrome/browser/ui/panels/panel_window_controller_cocoa.mm
@@ -314,7 +314,7 @@ enum {
// the cursor will flicker. Disable cursor rects and grab the current cursor
// so we can set it on mouseDragged: events to avoid flicker.
[[self window] disableCursorRects];
- dragCursor_.reset([NSCursor currentCursor], scoped_policy::RETAIN);
+ dragCursor_.reset([NSCursor currentCursor], base::scoped_policy::RETAIN);
}
-(void)cleanupAfterDrag {
« no previous file with comments | « base/memory/scoped_policy.h ('k') | content/common/gpu/media/mac_video_decode_accelerator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698