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

Unified Diff: content/common/font_warmup_win.h

Issue 1326623002: Moved render_font to a common location to share with other content. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed unused entries. Created 5 years, 3 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 | « content/common/OWNERS ('k') | content/common/font_warmup_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/font_warmup_win.h
diff --git a/content/renderer/render_font_warmup_win.h b/content/common/font_warmup_win.h
similarity index 79%
rename from content/renderer/render_font_warmup_win.h
rename to content/common/font_warmup_win.h
index b97a3bfb7e4c9973d8f8453a17e0ae7bd1a6abe4..162fec5fb6b4efd80e8bc812bfdd196f19ecb467 100644
--- a/content/renderer/render_font_warmup_win.h
+++ b/content/common/font_warmup_win.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CONTENT_RENDERER_RENDER_FONT_WARMUP_WIN_H_
-#define CONTENT_RENDERER_RENDER_FONT_WARMUP_WIN_H_
+#ifndef CONTENT_COMMON_FONT_WARMUP_WIN_H_
+#define CONTENT_COMMON_FONT_WARMUP_WIN_H_
#include "content/common/content_export.h"
@@ -22,4 +22,4 @@ CONTENT_EXPORT SkFontMgr* GetPreSandboxWarmupFontMgr();
} // namespace content
-#endif // CONTENT_RENDERER_RENDER_FONT_WARMUP_WIN_H_
+#endif // CONTENT_COMMON_FONT_WARMUP_WIN_H_
« no previous file with comments | « content/common/OWNERS ('k') | content/common/font_warmup_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698