| 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
|
|
|
|
|