Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(37)

Unified Diff: ui/compositor/debug_utils.h

Issue 12494011: Keyboard shortcut to log views, layers, windows (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cleanup Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/accelerators/accelerator_table.cc ('k') | ui/compositor/debug_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/compositor/debug_utils.h
diff --git a/ui/compositor/debug_utils.h b/ui/compositor/debug_utils.h
index ad8ea632a0a234e36a008dc30e970d895547e512..18a2d657d9e4ab120f6f6b159b27bf402be60c1a 100644
--- a/ui/compositor/debug_utils.h
+++ b/ui/compositor/debug_utils.h
@@ -5,8 +5,6 @@
#ifndef UI_COMPOSITOR_DEBUG_UTILS_H_
#define UI_COMPOSITOR_DEBUG_UTILS_H_
-#ifndef NDEBUG
-
#include "ui/compositor/compositor_export.h"
namespace gfx {
@@ -23,6 +21,4 @@ COMPOSITOR_EXPORT void PrintLayerHierarchy(const Layer* layer,
} // namespace ui
-#endif // NDEBUG
-
#endif // UI_COMPOSITOR_DEBUG_UTILS_H_
« no previous file with comments | « ash/accelerators/accelerator_table.cc ('k') | ui/compositor/debug_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698