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

Unified Diff: Source/core/rendering/RenderPart.h

Issue 698743002: [WIP] Adding support for <iframe>s to slimming paint. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/rendering/RenderPart.h
diff --git a/Source/core/rendering/RenderPart.h b/Source/core/rendering/RenderPart.h
index bb600bbb2520028ad6552f5665c266f9cd4e4266..f777de8861148669ee8ad81c20e8681f02cf9c03 100644
--- a/Source/core/rendering/RenderPart.h
+++ b/Source/core/rendering/RenderPart.h
@@ -60,7 +60,6 @@ protected:
virtual void styleDidChange(StyleDifference, const RenderStyle* oldStyle) override final;
virtual void layout() override;
virtual void paint(PaintInfo&, const LayoutPoint&) override;
- virtual void paintContents(PaintInfo&, const LayoutPoint&);
virtual CursorDirective getCursor(const LayoutPoint&, Cursor&) const override final;
private:

Powered by Google App Engine
This is Rietveld 408576698