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

Unified Diff: content/browser/renderer_host/render_message_filter.h

Issue 2114583002: Windows: Make it possible to print text with GDI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/browser/renderer_host/render_message_filter.h
diff --git a/content/browser/renderer_host/render_message_filter.h b/content/browser/renderer_host/render_message_filter.h
index fa55e9442975309d3693651e0fe86dfdc66b67e9..361c9852fc2182b78d789ed6aa7752fe49ef3562 100644
--- a/content/browser/renderer_host/render_message_filter.h
+++ b/content/browser/renderer_host/render_message_filter.h
@@ -139,9 +139,6 @@ class CONTENT_EXPORT RenderMessageFilter : public BrowserMessageFilter {
// Messages for OOP font loading.
void OnLoadFont(const FontDescriptor& font, IPC::Message* reply_msg);
void SendLoadFontReply(IPC::Message* reply, FontLoader::Result* result);
-#elif defined(OS_WIN)
- void OnPreCacheFontCharacters(const LOGFONT& log_font,
- const base::string16& characters);
#endif
void OnGenerateRoutingID(int* route_id);

Powered by Google App Engine
This is Rietveld 408576698