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

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

Issue 8574047: Get content to build again with aura & 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 | « content/browser/accessibility/browser_accessibility_manager.cc ('k') | content/content_browser.gypi » ('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
===================================================================
--- content/browser/renderer_host/render_widget_host_view_aura.h (revision 110386)
+++ content/browser/renderer_host/render_widget_host_view_aura.h (working copy)
@@ -22,11 +22,12 @@
class AcceleratedSurfaceContainerLinux;
#endif
-class CONTENT_EXPORT RenderWidgetHostViewAura : public RenderWidgetHostView,
+class CONTENT_EXPORT RenderWidgetHostViewAura
+ : NON_EXPORTED_BASE(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 | « content/browser/accessibility/browser_accessibility_manager.cc ('k') | content/content_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698