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

Unified Diff: chrome/views/widget/root_view.h

Issue 100046: More linux ifdef tweaks. This reverts my earlier change (13503).... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 8 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 | « chrome/common/resource_bundle_linux.cc ('k') | skia/include/corecg/SkUserConfig.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/views/widget/root_view.h
===================================================================
--- chrome/views/widget/root_view.h (revision 14606)
+++ chrome/views/widget/root_view.h (working copy)
@@ -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 @@
#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
« no previous file with comments | « chrome/common/resource_bundle_linux.cc ('k') | skia/include/corecg/SkUserConfig.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698