summaryrefslogtreecommitdiffstats
path: root/chrome/views/widget/root_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/views/widget/root_view.h')
-rw-r--r--chrome/views/widget/root_view.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/views/widget/root_view.h b/chrome/views/widget/root_view.h
index 091e48d..0eaaa1d 100644
--- a/chrome/views/widget/root_view.h
+++ b/chrome/views/widget/root_view.h
@@ -7,7 +7,7 @@
#include "build/build_config.h"
-#if defined(TOOLKIT_GTK)
+#if defined(OS_LINUX)
#include <gtk/gtk.h>
#endif
@@ -184,7 +184,7 @@ class RootView : public View,
#if defined(OS_WIN)
// Invoked from the Widget to service a WM_PAINT call.
void OnPaint(HWND hwnd);
-#elif defined(TOOLKIT_GTK)
+#elif defined(OS_LINUX)
void OnPaint(GdkEventExpose* event);
#endif