[go: nahoru, domu]

blob: 9a7502f787a7a87641e077e3b21d384a70c7471c [file] [log] [blame]
Avi Drissman3a215d1e2022-09-07 19:43:091// Copyright 2013 The Chromium Authors
oshima@chromium.org918f8db42013-04-27 01:53:402// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef ASH_DEBUG_H_
6#define ASH_DEBUG_H_
7
8#include "ash/ash_export.h"
9
10namespace ash {
11namespace debug {
12
13// Toggles debugging features controlled by
14// cc::LayerTreeDebugState.
oshima@chromium.org2e77cdbb2013-04-29 13:59:1415ASH_EXPORT void ToggleShowDebugBorders();
16ASH_EXPORT void ToggleShowFpsCounter();
oshima@chromium.org918f8db42013-04-27 01:53:4017ASH_EXPORT void ToggleShowPaintRects();
18
rucifer1217@gmail.com24f5e242014-07-22 02:16:0919} // namespace debug
20} // namespace ash
oshima@chromium.org918f8db42013-04-27 01:53:4021
22#endif // ASH_DEBUG_H_