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

Unified Diff: Source/core/page/Page.h

Issue 27123002: Move Region.cpp/.h to platform/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
Index: Source/core/page/Page.h
diff --git a/Source/core/page/Page.h b/Source/core/page/Page.h
index 4bfc00cdf4fce11e8344ee54984df061e92ec594..d18b6cdb0025ea8d40936f2cfa0e9b13bc653404 100644
--- a/Source/core/page/Page.h
+++ b/Source/core/page/Page.h
@@ -25,10 +25,10 @@
#include "core/page/PageVisibilityState.h"
#include "core/page/UseCounter.h"
#include "core/platform/LifecycleContext.h"
-#include "core/platform/graphics/Region.h"
#include "core/rendering/Pagination.h"
#include "platform/Supplementable.h"
#include "platform/geometry/LayoutRect.h"
+#include "platform/graphics/Region.h"
#include "wtf/Forward.h"
#include "wtf/HashSet.h"
#include "wtf/Noncopyable.h"

Powered by Google App Engine
This is Rietveld 408576698