| Index: public/platform/WebRect.h
|
| diff --git a/public/platform/WebRect.h b/public/platform/WebRect.h
|
| index e774d0f60edfbc30d84315e9017ed09fcd690254..0539ff90c37a477a724f8335e2f73dd32a16cdcf 100644
|
| --- a/public/platform/WebRect.h
|
| +++ b/public/platform/WebRect.h
|
| @@ -33,7 +33,7 @@
|
|
|
| #include "WebCommon.h"
|
|
|
| -#if BLINK_IMPLEMENTATION
|
| +#if INSIDE_BLINK
|
| #include "platform/geometry/IntRect.h"
|
| #else
|
| #include <algorithm>
|
| @@ -67,7 +67,7 @@ struct WebRect {
|
| {
|
| }
|
|
|
| -#if BLINK_IMPLEMENTATION
|
| +#if INSIDE_BLINK
|
| WebRect(const WebCore::IntRect& r)
|
| : x(r.x())
|
| , y(r.y())
|
|
|