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

Unified Diff: Source/core/platform/graphics/mac/MemoryActivatedFont.h

Issue 26679003: Move platform/graphics/chromium/* to platform/graphics/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rename fix Created 7 years, 1 month 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
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
« no previous file with comments | « Source/core/platform/graphics/linux/FontCacheLinux.cpp ('k') | Source/core/platform/graphics/mac/MemoryActivatedFont.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698