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

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

Issue 8539013: Export RenderWidgetHostViewAura and sensors::Provider to fix component build. (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
« no previous file with comments | « no previous file | content/browser/sensors/sensors_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/render_widget_host_view_aura.h
diff --git a/content/browser/renderer_host/render_widget_host_view_aura.h b/content/browser/renderer_host/render_widget_host_view_aura.h
index cdbf1e358e18fa3dbf0c77c346600f884357ba28..e15a0594813f4b4b909e97ca46a325e2c80c1277 100644
--- a/content/browser/renderer_host/render_widget_host_view_aura.h
+++ b/content/browser/renderer_host/render_widget_host_view_aura.h
@@ -9,6 +9,7 @@
#include <map>
#include "content/browser/renderer_host/render_widget_host_view.h"
+#include "content/common/content_export.h"
#include "ui/aura/window_delegate.h"
#include "ui/gfx/compositor/compositor_observer.h"
#include "webkit/glue/webcursor.h"
@@ -21,11 +22,11 @@ class WebTouchEvent;
class AcceleratedSurfaceContainerLinux;
#endif
-class RenderWidgetHostViewAura : public RenderWidgetHostView,
+class CONTENT_EXPORT RenderWidgetHostViewAura : public RenderWidgetHostView,
#if defined(UI_COMPOSITOR_IMAGE_TRANSPORT)
- public ui::CompositorObserver,
+ public ui::CompositorObserver,
#endif
- public aura::WindowDelegate {
+ public aura::WindowDelegate {
public:
explicit RenderWidgetHostViewAura(RenderWidgetHost* host);
virtual ~RenderWidgetHostViewAura();
« no previous file with comments | « no previous file | content/browser/sensors/sensors_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698