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

Unified Diff: content/public/common/render_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: Created 5 years, 4 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
Index: content/public/common/render_font_warmup_win.h
diff --git a/content/public/renderer/render_font_warmup_win.h b/content/public/common/render_font_warmup_win.h
similarity index 77%
rename from content/public/renderer/render_font_warmup_win.h
rename to content/public/common/render_font_warmup_win.h
index 9624d88b6c6b98059af83f7eacbe73f0d986b39f..1a91293717fb974abd35e377b9a2c33cce674760 100644
--- a/content/public/renderer/render_font_warmup_win.h
+++ b/content/public/common/render_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_PUBLIC_RENDERER_RENDER_FONT_WARMUP_WIN_H_
-#define CONTENT_PUBLIC_RENDERER_RENDER_FONT_WARMUP_WIN_H_
+#ifndef CONTENT_PUBLIC_COMMON_RENDER_FONT_WARMUP_WIN_H_
+#define CONTENT_PUBLIC_COMMON_RENDER_FONT_WARMUP_WIN_H_
#include "content/common/content_export.h"
@@ -22,4 +22,4 @@ CONTENT_EXPORT SkFontMgr* GetPreSandboxWarmupFontMgr();
} // namespace content
-#endif // CONTENT_PUBLIC_RENDERER_RENDER_FONT_WARMUP_WIN_H_
+#endif // CONTENT_PUBLIC_COMMON_RENDER_FONT_WARMUP_WIN_H_

Powered by Google App Engine
This is Rietveld 408576698