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

Unified Diff: chrome/browser/gtk/bookmark_context_menu_gtk.h

Issue 270067: Converts some uses of native_view to native_window. This is necessitated... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 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/gtk/bookmark_context_menu_gtk.h
===================================================================
--- chrome/browser/gtk/bookmark_context_menu_gtk.h (revision 28706)
+++ chrome/browser/gtk/bookmark_context_menu_gtk.h (working copy)
@@ -50,7 +50,7 @@
// |parent| is the parent for newly created nodes if |selection| is empty.
// |selection| is the nodes the context menu operates on and may be empty.
// |configuration| determines which items to show.
- BookmarkContextMenuGtk(gfx::NativeView hwnd,
+ BookmarkContextMenuGtk(gfx::NativeWindow hwnd,
Profile* profile,
Browser* browser,
PageNavigator* navigator,
@@ -124,7 +124,7 @@
// parent_ is returned.
const BookmarkNode* GetParentForNewNodes() const;
- gfx::NativeView wnd_;
+ gfx::NativeWindow wnd_;
Profile* profile_;
Browser* browser_;
PageNavigator* navigator_;

Powered by Google App Engine
This is Rietveld 408576698