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

Unified Diff: content/shell/browser/shell.h

Issue 1440683003: gfx: Remove gfx::NativeEditView. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | content/shell/browser/shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/browser/shell.h
diff --git a/content/shell/browser/shell.h b/content/shell/browser/shell.h
index 05ec79e1925200f253192d1540dc7506947f1858..9ef5be27a64835bff9806ebf231a582af62e1ad9 100644
--- a/content/shell/browser/shell.h
+++ b/content/shell/browser/shell.h
@@ -225,7 +225,9 @@ class Shell : public WebContentsDelegate,
bool is_fullscreen_;
gfx::NativeWindow window_;
- gfx::NativeEditView url_edit_view_;
+#if defined(OS_MACOSX)
+ NSTextField* url_edit_view_;
+#endif
gfx::Size content_size_;
« no previous file with comments | « no previous file | content/shell/browser/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698