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

Unified Diff: Source/platform/transforms/Matrix3DTransformOperation.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/Matrix3DTransformOperation.h
diff --git a/Source/core/platform/graphics/transforms/Matrix3DTransformOperation.h b/Source/platform/transforms/Matrix3DTransformOperation.h
similarity index 95%
rename from Source/core/platform/graphics/transforms/Matrix3DTransformOperation.h
rename to Source/platform/transforms/Matrix3DTransformOperation.h
index 5a8e7320968bfc50ec0e953535bd7e96f3d9c276..a1bd95a6597ee47b8d3a57961ea32150a1729c37 100644
--- a/Source/core/platform/graphics/transforms/Matrix3DTransformOperation.h
+++ b/Source/platform/transforms/Matrix3DTransformOperation.h
@@ -26,11 +26,11 @@
#ifndef Matrix3DTransformOperation_h
#define Matrix3DTransformOperation_h
-#include "core/platform/graphics/transforms/TransformOperation.h"
+#include "platform/transforms/TransformOperation.h"
namespace WebCore {
-class Matrix3DTransformOperation : public TransformOperation {
+class PLATFORM_EXPORT Matrix3DTransformOperation : public TransformOperation {
public:
static PassRefPtr<Matrix3DTransformOperation> create(const TransformationMatrix& matrix)
{

Powered by Google App Engine
This is Rietveld 408576698