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

Unified Diff: public/platform/WebFloatSize.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/WebFloatRect.h ('k') | public/platform/WebLayerClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebFloatSize.h
diff --git a/public/platform/WebFloatSize.h b/public/platform/WebFloatSize.h
index 29910ae81459d0a2edfa5f8dd05b6753bf17affd..72cfc7d1ad7fe1d52627d162101b4d972ca1c9e6 100644
--- a/public/platform/WebFloatSize.h
+++ b/public/platform/WebFloatSize.h
@@ -35,7 +35,7 @@
#include <algorithm>
-#if BLINK_IMPLEMENTATION
+#if INSIDE_BLINK
#include "platform/geometry/FloatSize.h"
#else
#include <cmath>
@@ -63,7 +63,7 @@ struct WebFloatSize {
{
}
-#if BLINK_IMPLEMENTATION
+#if INSIDE_BLINK
WebFloatSize(const WebCore::FloatSize& s)
: width(s.width())
, height(s.height())
« no previous file with comments | « public/platform/WebFloatRect.h ('k') | public/platform/WebLayerClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698