| Index: Source/core/platform/graphics/mac/MemoryActivatedFont.h
|
| diff --git a/Source/core/platform/graphics/chromium/CrossProcessFontLoading.h b/Source/core/platform/graphics/mac/MemoryActivatedFont.h
|
| similarity index 97%
|
| rename from Source/core/platform/graphics/chromium/CrossProcessFontLoading.h
|
| rename to Source/core/platform/graphics/mac/MemoryActivatedFont.h
|
| index 782c83742a2b1823f6136dfd634ff8b6a8128b00..1f2bbae8a30a9cd2949a9eacb6188d5f879d7a47 100644
|
| --- a/Source/core/platform/graphics/chromium/CrossProcessFontLoading.h
|
| +++ b/Source/core/platform/graphics/mac/MemoryActivatedFont.h
|
| @@ -28,8 +28,8 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef CrossProcessFontLoading_h
|
| -#define CrossProcessFontLoading_h
|
| +#ifndef MemoryActivatedFont_h
|
| +#define MemoryActivatedFont_h
|
|
|
| #import <wtf/RefCounted.h>
|
| #import <wtf/RetainPtr.h>
|
| @@ -92,4 +92,4 @@ private:
|
|
|
| } // namespace WebCore
|
|
|
| -#endif // CrossProcessFontLoading_h
|
| +#endif // MemoryActivatedFont_h
|
|
|