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

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

Issue 596563003: Move painting code from RenderDetailsMarker into DetailsMarkerPainter. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Merge Created 6 years, 3 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/paint/DetailsMarkerPainter.cpp ('k') | Source/core/rendering/RenderDetailsMarker.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/RenderDetailsMarker.h
diff --git a/Source/core/rendering/RenderDetailsMarker.h b/Source/core/rendering/RenderDetailsMarker.h
index 99a14631ac67398e0d6c63a5f44aa0976339013f..4c1cbb245950c727efac7eab80dca3bd81d45c77 100644
--- a/Source/core/rendering/RenderDetailsMarker.h
+++ b/Source/core/rendering/RenderDetailsMarker.h
@@ -39,8 +39,6 @@ private:
virtual void paint(PaintInfo&, const LayoutPoint&) OVERRIDE;
bool isOpen() const;
- Path getCanonicalPath() const;
- Path getPath(const LayoutPoint& origin) const;
};
DEFINE_RENDER_OBJECT_TYPE_CASTS(RenderDetailsMarker, isDetailsMarker());
« no previous file with comments | « Source/core/paint/DetailsMarkerPainter.cpp ('k') | Source/core/rendering/RenderDetailsMarker.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698