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

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: Fix unit test failures 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
Index: Source/core/html/HTMLAppletElement.h
diff --git a/Source/core/html/HTMLAppletElement.h b/Source/core/html/HTMLAppletElement.h
index 70d6f276901e59eebb7f8b482ccc8d12f6131b66..7e7cfc7dc7a67da6d33d2092833aae7586bcb132 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;

Powered by Google App Engine
This is Rietveld 408576698