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

Side by Side Diff: ui/gfx/hud_font.h

Issue 900063002: Fixes for two different HUD issues related to win32k lockdown (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gn for real Created 5 years, 10 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
« no previous file with comments | « ui/gfx/gfx.gyp ('k') | ui/gfx/hud_font.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Copyright 2015 The Chromium Authors. All rights reserved.
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_HUD_FONT_H_
6 #define UI_GFX_HUD_FONT_H_
7
8 #include "skia/ext/refptr.h"
9 #include "ui/gfx/gfx_export.h"
10
11 class SkTypeface;
12
13 namespace ui {
14
15 // Takes ownership.
16 GFX_EXPORT void SetHudTypeface(SkTypeface* typeface);
danakj 2015/02/05 21:40:42 Can you use skia::RefPtr instead of a raw pointer
scottmg 2015/02/05 22:50:42 Done.
17 GFX_EXPORT skia::RefPtr<SkTypeface> GetHudTypeface();
18
19 } // namespace ui
20
21 #endif // UI_GFX_HUD_FONT_H_
OLDNEW
« no previous file with comments | « ui/gfx/gfx.gyp ('k') | ui/gfx/hud_font.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698