Chromium Code Reviews| Index: ui/gfx/gtk_util.cc |
| diff --git a/ui/gfx/gtk_util.cc b/ui/gfx/gtk_util.cc |
| index aa336e849e47060d66d022630823cff239cf8f50..b1f0dd75abae6639df3c606368be4dc7d74039fb 100644 |
| --- a/ui/gfx/gtk_util.cc |
| +++ b/ui/gfx/gtk_util.cc |
| @@ -137,7 +137,7 @@ void SubtractRectanglesFromRegion(GdkRegion* region, |
| } |
| GdkCursor* GetCursor(int type) { |
| - static GdkCursorCache impl; |
| + CR_DEFINE_STATIC_LOCAL(GdkCursorCache, impl, ()); |
| return impl.GetCursorImpl(static_cast<GdkCursorType>(type)); |
| } |