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

Unified Diff: public/platform/WebRect.h

Issue 27048004: Move PlatformScreen, PlatformScreenChromium, and Widget to Source/platform (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: Rebase to apply to trunk Created 7 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
« no previous file with comments | « Source/web/PopupListBox.cpp ('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 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())
« no previous file with comments | « Source/web/PopupListBox.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698