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

Unified Diff: remoting/host/capturer_mac.mm

Issue 10785047: Remove all the OS X 10.6 SDK forward declarations. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 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
« no previous file with comments | « net/base/test_root_certs_mac.cc ('k') | skia/ext/skia_utils_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/capturer_mac.mm
diff --git a/remoting/host/capturer_mac.mm b/remoting/host/capturer_mac.mm
index 9b38b9218dcd0e2970a8af9996ae5ed59ae326b1..2baa6aac0dbc5dee35dab6309629aa22847d4935 100644
--- a/remoting/host/capturer_mac.mm
+++ b/remoting/host/capturer_mac.mm
@@ -23,21 +23,6 @@
#include "remoting/host/capturer_helper.h"
#include "remoting/proto/control.pb.h"
-#if !defined(MAC_OS_X_VERSION_10_6) || \
- MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_6
-
-@interface NSCursor (SnowLeopardSDKDeclarations)
-+ (NSCursor*)currentSystemCursor;
-@end
-
-@interface NSImage (SnowLeopardSDKDeclarations)
-- (CGImageRef)CGImageForProposedRect:(NSRect*)proposedDestRect
- context:(NSGraphicsContext*)referenceContext
- hints:(NSDictionary*)hints;
-@end
-
-#endif // MAC_OS_X_VERSION_10_6
-
namespace remoting {
namespace {
« no previous file with comments | « net/base/test_root_certs_mac.cc ('k') | skia/ext/skia_utils_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698