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

Unified Diff: ui/aura/window.h

Issue 2865713003: Remove ash dependency. (Closed)
Patch Set: use window coordinates to set bounds Created 3 years, 7 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
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();

Powered by Google App Engine
This is Rietveld 408576698