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

Unified Diff: Source/core/html/HTMLAppletElement.h

Issue 625073002: Merge RenderWidget into single subclass, RenderPart (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Address comments Created 6 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 | « Source/core/frame/FrameView.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 db1cbf26fefcdd593fce26c6bfe3f916bee33621..482128f50715be31f47d5a9ce5eb83edf38b3e34 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 RenderWidget* renderWidgetForJSBindings() const override;
+ virtual RenderPart* renderPartForJSBindings() const override;
private:
HTMLAppletElement(Document&, bool createdByParser);
@@ -47,7 +47,7 @@ private:
virtual bool rendererIsNeeded(const RenderStyle&) override;
virtual RenderObject* createRenderer(RenderStyle*) override;
- virtual RenderWidget* existingRenderWidget() const override;
+ virtual RenderPart* existingRenderPart() const override;
virtual void updateWidgetInternal() override;
bool canEmbedJava() const;
« no previous file with comments | « Source/core/frame/FrameView.cpp ('k') | Source/core/html/HTMLAppletElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698