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

Side by Side Diff: ui/gfx/win/direct_write.h

Issue 644813004: Move the ShouldUseDirectWrite function from sandbox_win.cc/.h to ui/gfx/win/dpi.cc/.h. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build error Created 6 years, 2 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright (c) 2014 The Chromium Authors. All rights reserved.
sky 2014/10/10 21:32:25 nit: no (c) on new files (see style guide).
ananta 2014/10/10 21:38:55 Done.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef UI_GFX_WIN_DIRECT_WRITE_H_
6 #define UI_GFX_WIN_DIRECT_WRITE_H_
7
8 #include "ui/gfx/gfx_export.h"
9
10 namespace gfx {
11
sky 2014/10/10 21:32:25 nit: no newline.
ananta 2014/10/10 21:38:55 Done.
12 namespace win {
13
14 // Returns whether DirectWrite font rendering should be used.
15 GFX_EXPORT bool ShouldUseDirectWrite();
16
17 } // namespace win
18 } // namespace gfx
19
20 #endif // UI_GFX_WIN_DIRECT_WRITE_H_
OLDNEW
« no previous file with comments | « ui/gfx/switches.cc ('k') | ui/gfx/win/direct_write.cc » ('j') | ui/gfx/win/direct_write.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698