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

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: content_export first 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..9a541991cc8f2f2d4d65b89b696e7b05dd4d0a41 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(
+CONTENT_EXPORT void GetScreenInfoFromNativeWindow(
GdkWindow* gdk_window, WebKit::WebScreenInfo* results);
} // namespace content
« no previous file with comments | « content/browser/geolocation/device_data_provider.h ('k') | content/browser/renderer_host/render_widget_host_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698