diff options
author | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-23 06:19:04 +0000 |
---|---|---|
committer | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-23 06:19:04 +0000 |
commit | 987eb23f86237972209d362023622e7887ae7e62 (patch) | |
tree | 60f68d3fc574686051d90249ddc26582ce51357a /ash/debug.h | |
parent | f08b15fa2b654cf26bc23657d135056c4d307880 (diff) | |
download | chromium_src-987eb23f86237972209d362023622e7887ae7e62.zip chromium_src-987eb23f86237972209d362023622e7887ae7e62.tar.gz chromium_src-987eb23f86237972209d362023622e7887ae7e62.tar.bz2 |
Revert 195733
>Add debug shortcuts that toggles options to shows paint rects, debug borders and fps counters.
>Cleanup: Separate desktop shortcuts which are useful only on linux desktop, and debug shortcuts.
>
>BUG=227375
>Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=195733
TBR=oshima@chromium.org
BUG=
Review URL: https://codereview.chromium.org/14311006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195741 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/debug.h')
-rw-r--r-- | ash/debug.h | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/ash/debug.h b/ash/debug.h deleted file mode 100644 index 1b2561e..0000000 --- a/ash/debug.h +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright (c) 2013 The Chromium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -#ifndef ASH_DEBUG_H_ -#define ASH_DEBUG_H_ - -#include "ash/ash_export.h" - -namespace ash { -namespace debug { - -// Toggles debugging features controlled by -// cc::LayerTreeDebugState. -ASH_EXPORT void ToggleShowPaintRects(); -ASH_EXPORT void ToggleShowDebugBorders(); -ASH_EXPORT void ToggleShowFpsCounter(); - -} // debug -} // ash - -#endif // ASH_DEBUG_H_ |