diff options
-rw-r--r-- | content/browser/plugin_loader_posix.h | 4 | ||||
-rw-r--r-- | content/browser/renderer_host/render_widget_host_view.h | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/content/browser/plugin_loader_posix.h b/content/browser/plugin_loader_posix.h index 1af2957..97fe8bb 100644 --- a/content/browser/plugin_loader_posix.h +++ b/content/browser/plugin_loader_posix.h @@ -42,8 +42,8 @@ class MessageLoopProxy; // 5. This algorithm continues until the canonical list has been walked to the // end, after which the list of loaded plugins is set on the PluginList and // the completion callback is run. -class PluginLoaderPosix : public UtilityProcessHost::Client, - IPC::Message::Sender { +class CONTENT_EXPORT PluginLoaderPosix : public UtilityProcessHost::Client, + IPC::Message::Sender { public: PluginLoaderPosix(); diff --git a/content/browser/renderer_host/render_widget_host_view.h b/content/browser/renderer_host/render_widget_host_view.h index 7556525..59b072d 100644 --- a/content/browser/renderer_host/render_widget_host_view.h +++ b/content/browser/renderer_host/render_widget_host_view.h @@ -172,9 +172,9 @@ class RenderWidgetHostView { virtual void SetTooltipText(const string16& tooltip_text) = 0; // Notifies the View that the renderer text selection has changed. - virtual void SelectionChanged(const string16& text, - size_t offset, - const ui::Range& range); + CONTENT_EXPORT virtual void SelectionChanged(const string16& text, + size_t offset, + const ui::Range& range); // Notifies the View that the renderer selection bounds has changed. // |start_rect| and |end_rect| are the bounds end of the selection in the |