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

Unified Diff: public/platform/WebSize.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/WebLayerScrollClient.h ('k') | public/platform/WebThread.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebSize.h
diff --git a/public/platform/WebSize.h b/public/platform/WebSize.h
index 038af59c03fb88302e9ad4485b936864ce5a834b..f54cdb2abd25dd5ef36c5e216e16c6f700fc649b 100644
--- a/public/platform/WebSize.h
+++ b/public/platform/WebSize.h
@@ -33,7 +33,7 @@
#include "WebCommon.h"
-#if BLINK_IMPLEMENTATION
+#if INSIDE_BLINK
#include "platform/geometry/IntSize.h"
#else
#include <algorithm>
@@ -62,7 +62,7 @@ struct WebSize {
{
}
-#if BLINK_IMPLEMENTATION
+#if INSIDE_BLINK
WebSize(const WebCore::IntSize& s)
: width(s.width())
, height(s.height())
« no previous file with comments | « public/platform/WebLayerScrollClient.h ('k') | public/platform/WebThread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698