Index: ui/aura/window.h |
diff --git a/ui/aura/window.h b/ui/aura/window.h |
index 929a1f8144d01f0fa0f850e1e91853a64c2aa974..0237914b2be14579c8bd30aa6260b2bd546045ec 100644 |
--- a/ui/aura/window.h |
+++ b/ui/aura/window.h |
@@ -300,11 +300,9 @@ class AURA_EXPORT Window : public ui::LayerDelegate, |
// Overridden from ui::LayerDelegate: |
void OnDeviceScaleFactorChanged(float device_scale_factor) override; |
-#if !defined(NDEBUG) |
// These methods are useful when debugging. |
std::string GetDebugInfo() const; |
void PrintWindowHierarchy(int depth) const; |
-#endif |
// Returns true if there was state needing to be cleaned up. |
bool CleanupGestureState(); |