summaryrefslogtreecommitdiffstats
path: root/ash/debug.h
diff options
context:
space:
mode:
authoroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-29 13:59:14 +0000
committeroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-29 13:59:14 +0000
commit2e77cdbbeae4b20fc3c16c710aadb0a039eb278b (patch)
tree5172f79dbb922e0048fd90c7fe3a3f23731d8390 /ash/debug.h
parent88db1298cc5bcf42dd4bc307b808118c2fc74e54 (diff)
downloadchromium_src-2e77cdbbeae4b20fc3c16c710aadb0a039eb278b.zip
chromium_src-2e77cdbbeae4b20fc3c16c710aadb0a039eb278b.tar.gz
chromium_src-2e77cdbbeae4b20fc3c16c710aadb0a039eb278b.tar.bz2
Add debug shortcuts that toggles options to shows debug borders and fps counters
This is what's removed from https://codereview.chromium.org/14050009, plus dependency fix. Confirmed shared_library build works on win_aura. TBR=jamescook@chromium.org BUG=227375 Review URL: https://chromiumcodereview.appspot.com/14386024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@197029 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/debug.h')
-rw-r--r--ash/debug.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ash/debug.h b/ash/debug.h
index 8ed7c7a..92838d6 100644
--- a/ash/debug.h
+++ b/ash/debug.h
@@ -12,6 +12,8 @@ namespace debug {
// Toggles debugging features controlled by
// cc::LayerTreeDebugState.
+ASH_EXPORT void ToggleShowDebugBorders();
+ASH_EXPORT void ToggleShowFpsCounter();
ASH_EXPORT void ToggleShowPaintRects();
} // debug