diff options
author | ccameron@chromium.org <ccameron@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-10 13:07:39 +0000 |
---|---|---|
committer | ccameron@chromium.org <ccameron@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-10 13:07:39 +0000 |
commit | 59878c08d87bd88bc3081d004b93c0e0cd43632c (patch) | |
tree | b9d5513b306bd73cd123944f4cb11f70fc628d15 /remoting/host | |
parent | d7210248e3fc78afcb829dad2170023be10438c6 (diff) | |
download | chromium_src-59878c08d87bd88bc3081d004b93c0e0cd43632c.zip chromium_src-59878c08d87bd88bc3081d004b93c0e0cd43632c.tar.gz chromium_src-59878c08d87bd88bc3081d004b93c0e0cd43632c.tar.bz2 |
Add helpers for CGL types.
Add base::ScopedTypeRef, which is similar to ScopedCFTypeRef,
but allows for parameterized retain and release functions. This is
necessary for types such as CGLContextObj, which have their own
retain and release methods (and for which calling CFRelease will
result in crashes).
Add some common typedefs of ScopedTypeRef to cgl_util in ui,
along with a scoped CGLContextObj make-current class.
BUG=245900
R=thakis@chromium.org,mark@chromium.org
TBR=garykac@chromium.org
Review URL: https://codereview.chromium.org/157063002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@250077 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/host')
-rw-r--r-- | remoting/host/installer/mac/uninstaller/remoting_uninstaller_app.mm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/remoting/host/installer/mac/uninstaller/remoting_uninstaller_app.mm b/remoting/host/installer/mac/uninstaller/remoting_uninstaller_app.mm index a90adf8..00878cf 100644 --- a/remoting/host/installer/mac/uninstaller/remoting_uninstaller_app.mm +++ b/remoting/host/installer/mac/uninstaller/remoting_uninstaller_app.mm @@ -6,7 +6,6 @@ #import <Cocoa/Cocoa.h> -#include "base/mac/scoped_cftyperef.h" #include "remoting/host/installer/mac/uninstaller/remoting_uninstaller.h" @implementation RemotingUninstallerAppDelegate |