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

Unified Diff: ui/views/debug_utils.h

Issue 10736061: Enable debug logging for views::View (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Compile glitch in release Created 8 years, 5 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/views/debug_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/debug_utils.h
diff --git a/ui/views/debug_utils.h b/ui/views/debug_utils.h
index 4b998ceb6e73c2a196cf15a896a089afb535b10d..fc4db6048bc550a38ce9e785f0babf5dfa02c484 100644
--- a/ui/views/debug_utils.h
+++ b/ui/views/debug_utils.h
@@ -5,6 +5,8 @@
#ifndef UI_VIEWS_DEBUG_UTILS_H_
#define UI_VIEWS_DEBUG_UTILS_H_
+#include "ui/views/views_export.h"
+
namespace views {
class View;
@@ -12,10 +14,10 @@ class View;
#ifndef NDEBUG
// Log the view hierarchy.
-void PrintViewHierarchy(const View* view);
+VIEWS_EXPORT void PrintViewHierarchy(const View* view);
// Log the focus traversal hierarchy.
-void PrintFocusHierarchy(const View* view);
+VIEWS_EXPORT void PrintFocusHierarchy(const View* view);
#endif // NDEBUG
« no previous file with comments | « ash/accelerators/accelerator_table.cc ('k') | ui/views/debug_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698