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

Unified Diff: public/platform/WebFloatRect.h

Issue 99103006: Moving GraphicsContext and dependencies from core to platform. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Final patch - fixes Android Created 7 years 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/WebExternalTextureLayerClient.h ('k') | public/platform/WebFloatSize.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebFloatRect.h
diff --git a/public/platform/WebFloatRect.h b/public/platform/WebFloatRect.h
index 32c90c7dc7633ea1ef090fea059309028b6bed96..9402c166da718fa682d528e0795ba9cfca9c2b54 100644
--- a/public/platform/WebFloatRect.h
+++ b/public/platform/WebFloatRect.h
@@ -33,7 +33,7 @@
#include "WebCommon.h"
-#if BLINK_IMPLEMENTATION
+#if INSIDE_BLINK
#include "platform/geometry/FloatRect.h"
#else
#include <algorithm>
@@ -67,7 +67,7 @@ struct WebFloatRect {
{
}
-#if BLINK_IMPLEMENTATION
+#if INSIDE_BLINK
WebFloatRect(const WebCore::FloatRect& r)
: x(r.x())
, y(r.y())
« no previous file with comments | « public/platform/WebExternalTextureLayerClient.h ('k') | public/platform/WebFloatSize.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698