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

Unified Diff: Source/core/frame/Frame.h

Issue 931003002: Move and rename RenderPart to LayoutPart. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 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 | « Source/core/editing/iterators/TextIterator.cpp ('k') | Source/core/frame/Frame.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/Frame.h
diff --git a/Source/core/frame/Frame.h b/Source/core/frame/Frame.h
index e6289176fa28bd3d3b189544f03cf672721fee44..0091d73318771cd9704df00d8756d66d2e28bb8e 100644
--- a/Source/core/frame/Frame.h
+++ b/Source/core/frame/Frame.h
@@ -37,16 +37,16 @@
namespace blink {
class ChromeClient;
+class DOMWindow;
class DOMWrapperWorld;
class Document;
class FrameClient;
class FrameHost;
class FrameOwner;
class HTMLFrameOwnerElement;
-class DOMWindow;
+class LayoutPart;
class KURL;
class Page;
-class RenderPart;
class SecurityContext;
class Settings;
class WindowProxy;
@@ -96,7 +96,7 @@ public:
bool canNavigate(const Frame&);
virtual void printNavigationErrorMessage(const Frame&, const char* reason) = 0;
- RenderPart* ownerRenderer() const; // Renderer for the element that contains this frame.
+ LayoutPart* ownerRenderer() const; // Renderer for the element that contains this frame.
Settings* settings() const; // can be null
« no previous file with comments | « Source/core/editing/iterators/TextIterator.cpp ('k') | Source/core/frame/Frame.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698