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

Unified Diff: content/common/dwrite_font_platform_win.cc

Issue 1210013007: clang/win: Fix warnings to prepare for building without -Wno-reorder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@clang-unsequenced
Patch Set: Created 5 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
« no previous file with comments | « content/child/npapi/webplugin_delegate_impl_win.cc ('k') | content/gpu/gpu_watchdog_thread.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/dwrite_font_platform_win.cc
diff --git a/content/common/dwrite_font_platform_win.cc b/content/common/dwrite_font_platform_win.cc
index 7fa2927fac23f9e3188f093c21dbab3f67aa7f41..8becfa03d833eab3195ce9bf4931600b4ec8711e 100644
--- a/content/common/dwrite_font_platform_win.cc
+++ b/content/common/dwrite_font_platform_win.cc
@@ -260,10 +260,7 @@ base::win::ScopedHandle g_shared_font_cache;
// tracking various cache region requests by direct write.
class FontCacheWriter {
public:
- FontCacheWriter()
- : cookie_counter_(0),
- count_font_entries_ignored_(0) {
- }
+ FontCacheWriter() : count_font_entries_ignored_(0), cookie_counter_(0) {}
~FontCacheWriter() {
if (static_cache_.get()) {
« no previous file with comments | « content/child/npapi/webplugin_delegate_impl_win.cc ('k') | content/gpu/gpu_watchdog_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698