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

Unified Diff: ui/gfx/size.cc

Issue 9773024: This patch implements Chromium's Aura gesture recognizer in terms of utouch-grail and utouch-frame … (Closed) Base URL: https://src.chromium.org/svn/trunk/src/
Patch Set: Created 8 years, 9 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
Index: ui/gfx/size.cc
===================================================================
--- ui/gfx/size.cc (revision 126124)
+++ ui/gfx/size.cc (working copy)
@@ -52,7 +52,7 @@
void Size::set_width(int width) {
if (width < 0) {
- NOTREACHED() << "negative width:" << width;
+ // NOTREACHED() << "negative width:" << width;
tfarina 2012/03/28 16:16:04 please, revert this change.
width = 0;
}
width_ = width;

Powered by Google App Engine
This is Rietveld 408576698