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

Unified Diff: skia/ext/skia_sandbox_support_win.h

Issue 10824033: Coverity: Fix several pass-by-values. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Win build fix. Created 8 years, 5 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 | « sandbox/win/src/process_thread_dispatcher.cc ('k') | webkit/appcache/view_appcache_internals_job.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/ext/skia_sandbox_support_win.h
diff --git a/skia/ext/skia_sandbox_support_win.h b/skia/ext/skia_sandbox_support_win.h
index 68b881dffb9cafd8bdacb76129d1cbceaf86e9a0..47615bf443a70e4907a5af232dad5dd97b29184c 100644
--- a/skia/ext/skia_sandbox_support_win.h
+++ b/skia/ext/skia_sandbox_support_win.h
@@ -9,7 +9,7 @@
#include "SkPreConfig.h"
-typedef void (*SkiaEnsureTypefaceAccessible)(LOGFONT font);
+typedef void (*SkiaEnsureTypefaceAccessible)(const LOGFONT& font);
SK_API void SetSkiaEnsureTypefaceAccessible(SkiaEnsureTypefaceAccessible func);
« no previous file with comments | « sandbox/win/src/process_thread_dispatcher.cc ('k') | webkit/appcache/view_appcache_internals_job.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698