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

Unified Diff: Source/platform/blink_platform.gypi

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/rendering/style/RenderStyle.cpp ('k') | Source/platform/geometry/FloatRoundedRect.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/blink_platform.gypi
diff --git a/Source/platform/blink_platform.gypi b/Source/platform/blink_platform.gypi
index 68209cbcd75b8c8534a32250088030c826c93e45..f2dd161d6eb6483a7febf3567239601e0882a435 100644
--- a/Source/platform/blink_platform.gypi
+++ b/Source/platform/blink_platform.gypi
@@ -441,8 +441,6 @@
'geometry/LayoutSize.h',
'geometry/Region.cpp',
'geometry/Region.h',
- 'geometry/RoundedRect.cpp',
- 'geometry/RoundedRect.h',
'geometry/TransformState.cpp',
'geometry/TransformState.h',
'geometry/cg/FloatPointCG.cpp',
@@ -931,7 +929,6 @@
'geometry/FloatPolygonTest.cpp',
'geometry/FloatRoundedRectTest.cpp',
'geometry/RegionTest.cpp',
- 'geometry/RoundedRectTest.cpp',
'graphics/GraphicsContextTest.cpp',
'graphics/RecordingImageBufferSurfaceTest.cpp',
'graphics/ThreadSafeDataTransportTest.cpp',
« no previous file with comments | « Source/core/rendering/style/RenderStyle.cpp ('k') | Source/platform/geometry/FloatRoundedRect.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698