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

Unified Diff: Source/core/html/HTMLAppletElement.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/frame/RemoteFrameView.cpp ('k') | Source/core/html/HTMLAppletElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLAppletElement.h
diff --git a/Source/core/html/HTMLAppletElement.h b/Source/core/html/HTMLAppletElement.h
index 033bdb49704143530b8ef3f67c43c82c2d6eaa21..500a2e21aca1579b620397b0944c07e0abaf0d34 100644
--- a/Source/core/html/HTMLAppletElement.h
+++ b/Source/core/html/HTMLAppletElement.h
@@ -35,7 +35,7 @@ public:
static PassRefPtrWillBeRawPtr<HTMLAppletElement> create(Document&, bool createdByParser);
protected:
- virtual RenderPart* renderPartForJSBindings() const override;
+ virtual LayoutPart* layoutPartForJSBindings() const override;
private:
HTMLAppletElement(Document&, bool createdByParser);
@@ -47,7 +47,7 @@ private:
virtual bool rendererIsNeeded(const LayoutStyle&) override;
virtual LayoutObject* createRenderer(const LayoutStyle&) override;
- virtual RenderPart* existingRenderPart() const override;
+ virtual LayoutPart* existingLayoutPart() const override;
virtual void updateWidgetInternal() override;
bool canEmbedJava() const;
« no previous file with comments | « Source/core/frame/RemoteFrameView.cpp ('k') | Source/core/html/HTMLAppletElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698