Chromium Code Reviews| 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 |