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

Unified Diff: public/platform/WebRect.h

Issue 618373003: [bindings] partial interfaces should not violate componentization (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed http/tests/serviceworker/fetch\* regression Created 6 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
« Source/modules/modules.gyp ('K') | « Source/web/web.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebRect.h
diff --git a/public/platform/WebRect.h b/public/platform/WebRect.h
index 107c0b57e4b06698e4e0bbaab825253d18673e08..50250619a0c5acd697022fc8da01647914e3abcd 100644
--- a/public/platform/WebRect.h
+++ b/public/platform/WebRect.h
@@ -38,6 +38,7 @@
#else
#include <algorithm>
#include <cmath>
+#undef ceil
haraken 2014/10/09 04:24:02 Add a FIXME about this.
tasak 2014/10/10 07:52:24 Done.
#include <ui/gfx/rect.h>
#endif
« Source/modules/modules.gyp ('K') | « Source/web/web.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698