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

Unified Diff: Source/platform/transforms/TransformOperations.h

Issue 45553002: Move remaining classes in graphics/transforms to platform/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix merge problem 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
« no previous file with comments | « Source/platform/transforms/TransformOperation.h ('k') | Source/platform/transforms/TransformOperations.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/transforms/TransformOperations.h
diff --git a/Source/core/platform/graphics/transforms/TransformOperations.h b/Source/platform/transforms/TransformOperations.h
similarity index 96%
rename from Source/core/platform/graphics/transforms/TransformOperations.h
rename to Source/platform/transforms/TransformOperations.h
index 05783365f0a2e09dd4c2cdf1dee96f1705097a9b..dfa83644c2acabdedfc71e41119e9f862b759788 100644
--- a/Source/core/platform/graphics/transforms/TransformOperations.h
+++ b/Source/platform/transforms/TransformOperations.h
@@ -25,14 +25,14 @@
#ifndef TransformOperations_h
#define TransformOperations_h
-#include "core/platform/graphics/transforms/TransformOperation.h"
#include "platform/geometry/LayoutSize.h"
+#include "platform/transforms/TransformOperation.h"
#include "wtf/RefPtr.h"
#include "wtf/Vector.h"
namespace WebCore {
-class TransformOperations {
+class PLATFORM_EXPORT TransformOperations {
WTF_MAKE_FAST_ALLOCATED;
public:
explicit TransformOperations(bool makeIdentity = false);
« no previous file with comments | « Source/platform/transforms/TransformOperation.h ('k') | Source/platform/transforms/TransformOperations.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698