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

Unified Diff: content/browser/renderer_host/gtk_window_utils.h

Issue 8528019: Fix components build on Linux when toolkit_views=1. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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
Index: content/browser/renderer_host/gtk_window_utils.h
diff --git a/content/browser/renderer_host/gtk_window_utils.h b/content/browser/renderer_host/gtk_window_utils.h
index 3f3cf209c8446711b1f403241403357f7995cfdf..ba4574c0a351b41ddad5f6ac795af24c5c8e4c38 100644
--- a/content/browser/renderer_host/gtk_window_utils.h
+++ b/content/browser/renderer_host/gtk_window_utils.h
@@ -6,6 +6,8 @@
#define CONTENT_BROWSER_RENDERER_HOST_GTK_WINDOW_UTILS_H_
#pragma once
+#include "content/common/content_export.h"
+
typedef struct _GdkDrawable GdkWindow;
namespace WebKit {
@@ -14,7 +16,7 @@ struct WebScreenInfo;
namespace content {
-void GetScreenInfoFromNativeWindow(
+void CONTENT_EXPORT GetScreenInfoFromNativeWindow(
Dirk Pranke 2011/11/11 01:52:23 Nit: the export comes before the return type.
GdkWindow* gdk_window, WebKit::WebScreenInfo* results);
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698