| Index: chrome/views/widget/root_view.h
|
| ===================================================================
|
| --- chrome/views/widget/root_view.h (revision 13475)
|
| +++ chrome/views/widget/root_view.h (working copy)
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2009 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -7,7 +7,7 @@
|
|
|
| #include "build/build_config.h"
|
|
|
| -#if defined(OS_LINUX)
|
| +#if defined(TOOLKIT_GTK)
|
| #include <gtk/gtk.h>
|
| #endif
|
|
|
| @@ -184,7 +184,7 @@
|
| #if defined(OS_WIN)
|
| // Invoked from the Widget to service a WM_PAINT call.
|
| void OnPaint(HWND hwnd);
|
| -#elif defined(OS_LINUX)
|
| +#elif defined(TOOLKIT_GTK)
|
| void OnPaint(GdkEventExpose* event);
|
| #endif
|
|
|
|
|