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

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

Issue 13713003: Remove all of WebCore/platform/mac which is not mentioned in WebCore.gypi. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Added back a couple needed headers 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 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 NSData *(*wkFilterAddData)(WebFilterEvaluator *, NSData *); 217 NSData *(*wkFilterAddData)(WebFilterEvaluator *, NSData *);
218 NSData *(*wkFilterDataComplete)(WebFilterEvaluator *); 218 NSData *(*wkFilterDataComplete)(WebFilterEvaluator *);
219 #endif 219 #endif
220 220
221 #if !PLATFORM(IOS) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 1080 221 #if !PLATFORM(IOS) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 1080
222 CGFloat (*wkNSElasticDeltaForTimeDelta)(CGFloat initialPosition, CGFloat initial Velocity, CGFloat elapsedTime); 222 CGFloat (*wkNSElasticDeltaForTimeDelta)(CGFloat initialPosition, CGFloat initial Velocity, CGFloat elapsedTime);
223 CGFloat (*wkNSElasticDeltaForReboundDelta)(CGFloat delta); 223 CGFloat (*wkNSElasticDeltaForReboundDelta)(CGFloat delta);
224 CGFloat (*wkNSReboundDeltaForElasticDelta)(CGFloat delta); 224 CGFloat (*wkNSReboundDeltaForElasticDelta)(CGFloat delta);
225 #endif 225 #endif
226 226
227 #if ENABLE(PUBLIC_SUFFIX_LIST)
228 bool (*wkIsPublicSuffix)(NSString *host);
229 #endif
230
231 #if ENABLE(CACHE_PARTITIONING) 227 #if ENABLE(CACHE_PARTITIONING)
232 CFStringRef (*wkCachePartitionKey)(void); 228 CFStringRef (*wkCachePartitionKey)(void);
233 #endif 229 #endif
OLDNEW
« no previous file with comments | « Source/WebCore/platform/mac/WebCoreObjCExtras.mm ('k') | Source/WebCore/platform/mac/WebCoreView.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698