Index: ui/aura/window.cc |
diff --git a/ui/aura/window.cc b/ui/aura/window.cc |
index 714c9f0229731d40794e89b3affb0f7c99786b30..886d75a7fba6f0601fe6a3740b105cb5d0b120f9 100644 |
--- a/ui/aura/window.cc |
+++ b/ui/aura/window.cc |
@@ -603,7 +603,6 @@ void Window::OnDeviceScaleFactorChanged(float device_scale_factor) { |
port_->OnDeviceScaleFactorChanged(device_scale_factor); |
} |
-#if !defined(NDEBUG) |
std::string Window::GetDebugInfo() const { |
return base::StringPrintf( |
"%s<%d> bounds(%d, %d, %d, %d) %s %s opacity=%.1f", |
@@ -625,7 +624,6 @@ void Window::PrintWindowHierarchy(int depth) const { |
child->PrintWindowHierarchy(depth + 1); |
} |
} |
-#endif |
void Window::RemoveOrDestroyChildren() { |
while (!children_.empty()) { |