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

Unified Diff: trunk/src/ipc/ipc_message_utils.cc

Issue 16817004: Revert 205775 "Revert 205772 "Revert "Revert 205443 "headless wi..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 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 | « trunk/src/content/shell/shell_win.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/ipc/ipc_message_utils.cc
===================================================================
--- trunk/src/ipc/ipc_message_utils.cc (revision 205888)
+++ trunk/src/ipc/ipc_message_utils.cc (working copy)
@@ -789,6 +789,8 @@
memcpy(r, data, sizeof(LOGFONT));
return true;
}
+ std::wstring font_name(font->lfFaceName, LF_FACESIZE);
+ LOG(ERROR) << "Invalid LOGFONT '" << WideToUTF8(font_name) << "'";
}
NOTREACHED();
« no previous file with comments | « trunk/src/content/shell/shell_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698