| Index: chrome/browser/ui/gtk/constrained_window_gtk.h
|
| ===================================================================
|
| --- chrome/browser/ui/gtk/constrained_window_gtk.h (revision 85284)
|
| +++ chrome/browser/ui/gtk/constrained_window_gtk.h (working copy)
|
| @@ -18,6 +18,8 @@
|
| typedef struct _GdkColor GdkColor;
|
| #if defined(TOUCH_UI)
|
| class TabContentsViewTouch;
|
| +#elif defined(TOOLKIT_VIEWS)
|
| +class NativeTabContentsViewGtk;
|
| #else
|
| class TabContentsViewGtk;
|
| #endif
|
| @@ -50,6 +52,8 @@
|
| public:
|
| #if defined(TOUCH_UI)
|
| typedef TabContentsViewTouch TabContentsViewType;
|
| +#elif defined(TOOLKIT_VIEWS)
|
| + typedef NativeTabContentsViewGtk TabContentsViewType;
|
| #else
|
| typedef TabContentsViewGtk TabContentsViewType;
|
| #endif
|
|
|