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

Unified Diff: content/renderer/render_view.h

Issue 8116009: Move RenderProcessObserver and RenderViewVisitor to content\public\renderer and put them in the c... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 months 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/renderer/render_thread.cc ('k') | content/renderer/render_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_view.h
===================================================================
--- content/renderer/render_view.h (revision 103758)
+++ content/renderer/render_view.h (working copy)
@@ -67,7 +67,6 @@
class NotificationProvider;
class PepperDeviceTest;
class PrintWebViewHelper;
-class RenderViewVisitor;
class RenderWidgetFullscreenPepper;
class RendererAccessibility;
class SkBitmap;
@@ -89,6 +88,7 @@
namespace content {
class P2PSocketDispatcher;
class RenderViewObserver;
+class RenderViewVisitor;
} // namespace content
namespace gfx {
@@ -191,7 +191,7 @@
// Visit all RenderViews with a live WebView (i.e., RenderViews that have
// been closed but not yet destroyed are excluded).
- CONTENT_EXPORT static void ForEach(RenderViewVisitor* visitor);
+ CONTENT_EXPORT static void ForEach(content::RenderViewVisitor* visitor);
// Returns the RenderView containing the given WebView.
CONTENT_EXPORT static RenderView* FromWebView(WebKit::WebView* webview);
« no previous file with comments | « content/renderer/render_thread.cc ('k') | content/renderer/render_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698