summaryrefslogtreecommitdiff
path: root/chromium/ash/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ash/debug.h')
-rw-r--r--chromium/ash/debug.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/chromium/ash/debug.h b/chromium/ash/debug.h
deleted file mode 100644
index 92838d61147..00000000000
--- a/chromium/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 ToggleShowDebugBorders();
-ASH_EXPORT void ToggleShowFpsCounter();
-ASH_EXPORT void ToggleShowPaintRects();
-
-} // debug
-} // ash
-
-#endif // ASH_DEBUG_H_