Chromium Code Reviews| Index: ui/oak/oak.h |
| diff --git a/ui/oak/oak.h b/ui/oak/oak.h |
| index 98afcc8264feec853af52a1ba19306ab81985db6..0ffdc8532347a2f248000546006a611b28140637 100644 |
| --- a/ui/oak/oak.h |
| +++ b/ui/oak/oak.h |
| @@ -10,7 +10,7 @@ |
| namespace oak { |
| // Shows the Oak window. Refocuses an existing one. |
| -OAK_EXPORT void ShowOakWindow(); |
| +OAK_EXPORT void ShowOakWindowWithContext(gfx::NativeView context); |
| } // namespace oak |