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

Unified Diff: ui/ui.gyp

Issue 11081007: Remove implicit flooring Scale() method from Point and Size. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
« no previous file with comments | « ui/gfx/size_f.h ('k') | webkit/glue/webcursor_aurax11.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ui.gyp
diff --git a/ui/ui.gyp b/ui/ui.gyp
index 63bc0ee60acbfa3a5fce7c3f7067a75528d4ee23..9d99b41754b6ac6048cdf51f8cbda2ef32830d59 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -140,6 +140,8 @@
'gfx/point.h',
'gfx/point3.h',
'gfx/point_base.h',
+ 'gfx/point_conversions.cc',
+ 'gfx/point_conversions.h',
'gfx/point_f.cc',
'gfx/point_f.h',
'gfx/rect.cc',
@@ -167,6 +169,8 @@
'gfx/size.cc',
'gfx/size.h',
'gfx/size_base.h',
+ 'gfx/size_conversions.cc',
+ 'gfx/size_conversions.h',
'gfx/size_f.cc',
'gfx/size_f.h',
'gfx/skbitmap_operations.cc',
« no previous file with comments | « ui/gfx/size_f.h ('k') | webkit/glue/webcursor_aurax11.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698