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

Side by Side Diff: content/common/content_message_generator.h

Issue 1378353006: Implementation of dwrite font proxy and removal of dwrite font cache (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge to head Created 5 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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // Multiply-included file, hence no include guard. 5 // Multiply-included file, hence no include guard.
6 6
7 #include "content/common/child_process_messages.h" 7 #include "content/common/child_process_messages.h"
8 8
9 #include "content/common/accessibility_messages.h" 9 #include "content/common/accessibility_messages.h"
10 #include "content/common/appcache_messages.h" 10 #include "content/common/appcache_messages.h"
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 #include "content/common/worker_messages.h" 65 #include "content/common/worker_messages.h"
66 66
67 #if defined(ENABLE_WEBRTC) 67 #if defined(ENABLE_WEBRTC)
68 #include "content/common/p2p_messages.h" 68 #include "content/common/p2p_messages.h"
69 #endif 69 #endif
70 70
71 #if defined(OS_ANDROID) 71 #if defined(OS_ANDROID)
72 #include "content/common/gin_java_bridge_messages.h" 72 #include "content/common/gin_java_bridge_messages.h"
73 #include "content/common/media/media_player_messages_android.h" 73 #include "content/common/media/media_player_messages_android.h"
74 #endif // defined(OS_ANDROID) 74 #endif // defined(OS_ANDROID)
75
76 #if defined(OS_WIN)
77 #include "content/common/dwrite_font_proxy_messages.h"
78 #endif // defined(OS_WIN)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698