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

Unified Diff: public/platform/WebPoint.h

Issue 16024011: Construct a minimal blink library in-place (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix mac again Created 7 years, 6 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
« no previous file with comments | « public/platform/WebFilterOperations.h ('k') | public/platform/WebPrivateOwnPtr.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebPoint.h
diff --git a/public/platform/WebPoint.h b/public/platform/WebPoint.h
index 5a9da217ac081ea7ee3814a8147a2cdf3d160788..69aa601944d7a244d87bb201901223c4060ca1ca 100644
--- a/public/platform/WebPoint.h
+++ b/public/platform/WebPoint.h
@@ -33,7 +33,7 @@
#include "WebCommon.h"
-#if WEBKIT_IMPLEMENTATION
+#if INSIDE_WEBKIT
#include "core/platform/graphics/IntPoint.h"
#else
#include <ui/gfx/point.h>
@@ -57,7 +57,7 @@ struct WebPoint {
{
}
-#if WEBKIT_IMPLEMENTATION
+#if INSIDE_WEBKIT
WebPoint(const WebCore::IntPoint& p)
: x(p.x())
, y(p.y())
« no previous file with comments | « public/platform/WebFilterOperations.h ('k') | public/platform/WebPrivateOwnPtr.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698