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

Unified Diff: ui/compositor/debug_utils.h

Issue 2168733002: Splits debug_commands into aura and non-aura parts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: moar Created 4 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
Index: ui/compositor/debug_utils.h
diff --git a/ui/compositor/debug_utils.h b/ui/compositor/debug_utils.h
index 966b3ae591659a29caf800fe7299d64910747cb5..f66998cf5f696de4abb8cdb1f700a7b869141afd 100644
--- a/ui/compositor/debug_utils.h
+++ b/ui/compositor/debug_utils.h
@@ -17,7 +17,7 @@ class Layer;
// Log the layer hierarchy. Mark layers which contain |mouse_location| with '*'.
COMPOSITOR_EXPORT void PrintLayerHierarchy(const Layer* layer,
- gfx::Point mouse_location);
+ const gfx::Point& mouse_location);
} // namespace ui

Powered by Google App Engine
This is Rietveld 408576698