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

Unified Diff: components/constrained_window/constrained_window_views_client.h

Issue 699553002: MacViews: Add a CreateChromeConstrainedWindowViewsClient stub (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: don't forget gn Created 6 years, 1 month 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: components/constrained_window/constrained_window_views_client.h
diff --git a/components/constrained_window/constrained_window_views_client.h b/components/constrained_window/constrained_window_views_client.h
index 06671dec2a50b82f7562973a0b555c715dfba0dd..a83ef1505fcd983c68c6ab52308f7904273ac0da 100644
--- a/components/constrained_window/constrained_window_views_client.h
+++ b/components/constrained_window/constrained_window_views_client.h
@@ -26,7 +26,7 @@ class ConstrainedWindowViewsClient {
// Returns the modal window host for the |parent| native window.
msw 2014/11/03 19:20:33 nit: update comment: s/native window/native view/?
tapted 2014/11/04 00:14:33 Done.
virtual web_modal::ModalDialogHost* GetModalDialogHost(
- gfx::NativeWindow parent) = 0;
+ gfx::NativeView parent) = 0;
};
#endif // COMPONENTS_CONSTRAINED_WINDOW_CONSTRAINED_WINDOW_VIEWS_CLIENT_H_

Powered by Google App Engine
This is Rietveld 408576698