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

Unified Diff: content/public/browser/web_contents_view_delegate.h

Issue 9705053: Remove tab_contents_view_gtk.h include from chrome. I tried to find a way to not have to expose the… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 9 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
« no previous file with comments | « content/browser/tab_contents/tab_contents_view_gtk.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/web_contents_view_delegate.h
===================================================================
--- content/public/browser/web_contents_view_delegate.h (revision 126737)
+++ content/public/browser/web_contents_view_delegate.h (working copy)
@@ -23,6 +23,10 @@
class Size;
}
+namespace ui {
+class FocusStoreGtk;
+}
+
namespace content {
class RenderWidgetHost;
@@ -52,7 +56,8 @@
virtual void SizeChanged(const gfx::Size& size) = 0;
#elif defined(TOOLKIT_USES_GTK)
// Initializes the WebContentsViewDelegate.
- virtual void Initialize(GtkWidget* expanded_container) = 0;
+ virtual void Initialize(GtkWidget* expanded_container,
+ ui::FocusStoreGtk* focus_store) = 0;
// Returns the top widget that contains |view| passed in from WrapView. This
// is exposed through TabContentsViewGtk::GetNativeView() when a wrapper is
« no previous file with comments | « content/browser/tab_contents/tab_contents_view_gtk.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698