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

Side by Side Diff: Source/WebCore/platform/mac/WebCoreSystemInterface.mm

Issue 13905007: Remove the last remaining PLATFORM() bits from WebCore. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fffffffffff Created 7 years, 8 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 /* 1 /*
2 * Copyright 2006, 2007, 2008, 2009, 2010 Apple Computer, Inc. All rights reserv ed. 2 * Copyright 2006, 2007, 2008, 2009, 2010 Apple Computer, Inc. All rights reserv ed.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions 5 * modification, are permitted provided that the following conditions
6 * are met: 6 * are met:
7 * 1. Redistributions of source code must retain the above copyright 7 * 1. Redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer. 8 * notice, this list of conditions and the following disclaimer.
9 * 2. Redistributions in binary form must reproduce the above copyright 9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the 10 * notice, this list of conditions and the following disclaimer in the
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 #endif 198 #endif
199 199
200 #if __MAC_OS_X_VERSION_MIN_REQUIRED >= 1070 200 #if __MAC_OS_X_VERSION_MIN_REQUIRED >= 1070
201 void (*wkCGPathAddRoundedRect)(CGMutablePathRef path, const CGAffineTransform* m atrix, CGRect rect, CGFloat cornerWidth, CGFloat cornerHeight); 201 void (*wkCGPathAddRoundedRect)(CGMutablePathRef path, const CGAffineTransform* m atrix, CGRect rect, CGFloat cornerWidth, CGFloat cornerHeight);
202 #endif 202 #endif
203 203
204 #if __MAC_OS_X_VERSION_MIN_REQUIRED >= 1070 204 #if __MAC_OS_X_VERSION_MIN_REQUIRED >= 1070
205 void (*wkCFURLRequestAllowAllPostCaching)(CFURLRequestRef); 205 void (*wkCFURLRequestAllowAllPostCaching)(CFURLRequestRef);
206 #endif 206 #endif
207 207
208 #if !PLATFORM(IOS) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 1080 208 #if __MAC_OS_X_VERSION_MIN_REQUIRED >= 1080
209 CGFloat (*wkNSElasticDeltaForTimeDelta)(CGFloat initialPosition, CGFloat initial Velocity, CGFloat elapsedTime); 209 CGFloat (*wkNSElasticDeltaForTimeDelta)(CGFloat initialPosition, CGFloat initial Velocity, CGFloat elapsedTime);
210 CGFloat (*wkNSElasticDeltaForReboundDelta)(CGFloat delta); 210 CGFloat (*wkNSElasticDeltaForReboundDelta)(CGFloat delta);
211 CGFloat (*wkNSReboundDeltaForElasticDelta)(CGFloat delta); 211 CGFloat (*wkNSReboundDeltaForElasticDelta)(CGFloat delta);
212 #endif 212 #endif
213 213
OLDNEW
« no previous file with comments | « Source/WebCore/platform/mac/WebCoreSystemInterface.h ('k') | Source/WebCore/platform/mac/WebFontCache.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698