From 2e77cdbbeae4b20fc3c16c710aadb0a039eb278b Mon Sep 17 00:00:00 2001 From: "oshima@chromium.org" <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> Date: Mon, 29 Apr 2013 13:59:14 +0000 Subject: 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 --- ash/debug.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ash/debug.h') 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 -- cgit v1.1