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

Unified Diff: chrome/browser/ui/web_contents_modal_dialog.h

Issue 12224020: Use gfx::NativeView rather than gfx::NativeWindow to identify web contents modal dialogs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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: chrome/browser/ui/web_contents_modal_dialog.h
diff --git a/chrome/browser/ui/web_contents_modal_dialog.h b/chrome/browser/ui/web_contents_modal_dialog.h
index 90f85885c7c39d9241c94c6bd04842ca14615270..bd1a078a9b3471d6be916ecd027d20d2ac9f50cc 100644
--- a/chrome/browser/ui/web_contents_modal_dialog.h
+++ b/chrome/browser/ui/web_contents_modal_dialog.h
@@ -29,8 +29,8 @@ class WebContentsModalDialog {
// Runs a pulse animation for the web contents modal dialog.
virtual void PulseWebContentsModalDialog() = 0;
- // Returns the native window of the web contents modal dialog.
- virtual gfx::NativeWindow GetNativeWindow() = 0;
+ // Returns the native view of the web contents modal dialog.
+ virtual gfx::NativeView GetNativeView() = 0;
protected:
virtual ~WebContentsModalDialog() {}

Powered by Google App Engine
This is Rietveld 408576698