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

Unified Diff: Source/platform/transforms/TransformOperation.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
Index: Source/platform/transforms/TransformOperation.h
diff --git a/Source/core/platform/graphics/transforms/TransformOperation.h b/Source/platform/transforms/TransformOperation.h
similarity index 97%
rename from Source/core/platform/graphics/transforms/TransformOperation.h
rename to Source/platform/transforms/TransformOperation.h
index 9cbf12a696812b3c99d4d385a0a085924b7d6c73..5613c9975815b908ab339a6d48189fb836ae53d6 100644
--- a/Source/core/platform/graphics/transforms/TransformOperation.h
+++ b/Source/platform/transforms/TransformOperation.h
@@ -34,7 +34,7 @@ namespace WebCore {
// CSS Transforms (may become part of CSS3)
-class TransformOperation : public RefCounted<TransformOperation> {
+class PLATFORM_EXPORT TransformOperation : public RefCounted<TransformOperation> {
public:
enum OperationType {
ScaleX, ScaleY, Scale,
« no previous file with comments | « Source/platform/transforms/SkewTransformOperation.cpp ('k') | Source/platform/transforms/TransformOperations.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698