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

Unified Diff: ui/gfx/rect_f.h

Issue 11364054: ui: Add IsExpressibleAsRect() method to RectF (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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 | « no previous file | ui/gfx/rect_f.cc » ('j') | ui/gfx/safe_integer_conversions.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/rect_f.h
diff --git a/ui/gfx/rect_f.h b/ui/gfx/rect_f.h
index 499c9be4908eecedcb79ee5346e31ecdab1dd972..4b7d5387d9247e0a3d9398708e73fa6b08fafb8a 100644
--- a/ui/gfx/rect_f.h
+++ b/ui/gfx/rect_f.h
@@ -40,6 +40,8 @@ class UI_EXPORT RectF
set_size(newSize);
}
+ bool IsExpressibleAsRect() const;
sky 2012/11/02 17:54:30 Add your description in the bug here.
danakj 2012/11/02 18:01:30 k!
+
std::string ToString() const;
};
« no previous file with comments | « no previous file | ui/gfx/rect_f.cc » ('j') | ui/gfx/safe_integer_conversions.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698