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

Unified Diff: content/renderer/render_thread_impl.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/renderer/render_thread_impl.h
diff --git a/content/renderer/render_thread_impl.h b/content/renderer/render_thread_impl.h
index 1f26f30d512cc0a879094619e97db07bcbbd96fa..cea0d0fd3a269e3507f36cec6eb5e6b6bad4ebff 100644
--- a/content/renderer/render_thread_impl.h
+++ b/content/renderer/render_thread_impl.h
@@ -368,11 +368,6 @@ class CONTENT_EXPORT RenderThreadImpl
// lazily created on the first call.
media::AudioHardwareConfig* GetAudioHardwareConfig();
-#if defined(OS_WIN)
- void PreCacheFontCharacters(const LOGFONT& log_font,
- const base::string16& str);
-#endif
-
#if defined(ENABLE_WEBRTC)
WebRTCIdentityService* get_webrtc_identity_service() {
return webrtc_identity_service_.get();

Powered by Google App Engine
This is Rietveld 408576698