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

Unified Diff: Source/core/css/resolver/ViewportStyleResolver.h

Issue 15072003: Move StyleResolver and related classes to core/css/resolver (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 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/core/css/resolver/TransformBuilder.cpp ('k') | Source/core/css/resolver/ViewportStyleResolver.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/resolver/ViewportStyleResolver.h
diff --git a/Source/core/css/ViewportStyleResolver.h b/Source/core/css/resolver/ViewportStyleResolver.h
similarity index 97%
rename from Source/core/css/ViewportStyleResolver.h
rename to Source/core/css/resolver/ViewportStyleResolver.h
index 7c999a6110776105a3acd9ade55081b6e482a11f..bdbc150994fe1e3cc0d1cd6ce8ab4ce6e03f6c40 100644
--- a/Source/core/css/ViewportStyleResolver.h
+++ b/Source/core/css/resolver/ViewportStyleResolver.h
@@ -34,8 +34,8 @@
#include "CSSPropertyNames.h"
#include "core/platform/graphics/FloatSize.h"
-#include <wtf/RefCounted.h>
-#include <wtf/RefPtr.h>
+#include "wtf/RefCounted.h"
+#include "wtf/RefPtr.h"
namespace WebCore {
« no previous file with comments | « Source/core/css/resolver/TransformBuilder.cpp ('k') | Source/core/css/resolver/ViewportStyleResolver.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698