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

Unified Diff: ui/compositor/debug_utils.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: i am a plumber 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 side-by-side diff with in-line comments
Download patch
Index: ui/compositor/debug_utils.h
diff --git a/ui/compositor/debug_utils.h b/ui/compositor/debug_utils.h
index 966b3ae591659a29caf800fe7299d64910747cb5..c63c5010970178f9edcf8d93fbe69d62e6857864 100644
--- a/ui/compositor/debug_utils.h
+++ b/ui/compositor/debug_utils.h
@@ -7,6 +7,8 @@
#include "ui/compositor/compositor_export.h"
+class SkTypeface;
+
namespace gfx {
class Point;
}
@@ -19,6 +21,9 @@ class Layer;
COMPOSITOR_EXPORT void PrintLayerHierarchy(const Layer* layer,
gfx::Point mouse_location);
+COMPOSITOR_EXPORT void SetHudTypeface(SkTypeface* typeface);
+COMPOSITOR_EXPORT SkTypeface* GetHudTypeface();
+
} // namespace ui
#endif // UI_COMPOSITOR_DEBUG_UTILS_H_

Powered by Google App Engine
This is Rietveld 408576698