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

Unified Diff: content/browser/renderer_host/render_widget_host_view.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/render_widget_host_view.h
diff --git a/content/browser/renderer_host/render_widget_host_view.h b/content/browser/renderer_host/render_widget_host_view.h
index d77d237573666d257a8234f581424640162ec6d9..b5150b9259d14e7b4d5b49b2708922b3ee2f40fe 100644
--- a/content/browser/renderer_host/render_widget_host_view.h
+++ b/content/browser/renderer_host/render_widget_host_view.h
@@ -276,7 +276,8 @@ class RenderWidgetHostView {
#endif
#if defined(OS_POSIX)
- static void GetDefaultScreenInfo(WebKit::WebScreenInfo* results);
+ static void CONTENT_EXPORT GetDefaultScreenInfo(
+ WebKit::WebScreenInfo* results);
Dirk Pranke 2011/11/11 01:52:23 Nit: same.
virtual void GetScreenInfo(WebKit::WebScreenInfo* results) = 0;
virtual gfx::Rect GetRootWindowBounds() = 0;
#endif

Powered by Google App Engine
This is Rietveld 408576698