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

Unified Diff: Source/core/paint/LayerClipRecorder.h

Issue 815933006: Change all uses of the RoundedRect class to use FloatRoundedRect instead. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years 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/BoxPainter.cpp ('k') | Source/core/paint/LayerClipRecorder.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/paint/LayerClipRecorder.h
diff --git a/Source/core/paint/LayerClipRecorder.h b/Source/core/paint/LayerClipRecorder.h
index 76c3a5dd07ddea6d867e14036f363ea612e50865..8646690ed7ee15a0abf71a4cf0b1ba7c61b3eaa1 100644
--- a/Source/core/paint/LayerClipRecorder.h
+++ b/Source/core/paint/LayerClipRecorder.h
@@ -40,7 +40,7 @@ public:
private:
void collectRoundedRectClips(RenderLayer&, const LayerPaintingInfo& localPaintingInfo, GraphicsContext*, const LayoutPoint& fragmentOffset, PaintLayerFlags,
- BorderRadiusClippingRule, Vector<RoundedRect>& roundedRectClips);
+ BorderRadiusClippingRule, Vector<FloatRoundedRect>& roundedRectClips);
GraphicsContext* m_graphicsContext;
const RenderLayerModelObject* m_renderer;
« no previous file with comments | « Source/core/paint/BoxPainter.cpp ('k') | Source/core/paint/LayerClipRecorder.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698