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

Unified Diff: Source/platform/transforms/TranslateTransformOperation.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/TranslateTransformOperation.h
diff --git a/Source/core/platform/graphics/transforms/TranslateTransformOperation.h b/Source/platform/transforms/TranslateTransformOperation.h
similarity index 96%
rename from Source/core/platform/graphics/transforms/TranslateTransformOperation.h
rename to Source/platform/transforms/TranslateTransformOperation.h
index 68954134c09917fe31c21b079beb91a4ddffa9c2..75bd67ddc095d8c167afaf7cc85d41db2e2f5796 100644
--- a/Source/core/platform/graphics/transforms/TranslateTransformOperation.h
+++ b/Source/platform/transforms/TranslateTransformOperation.h
@@ -25,13 +25,13 @@
#ifndef TranslateTransformOperation_h
#define TranslateTransformOperation_h
-#include "core/platform/graphics/transforms/TransformOperation.h"
#include "platform/Length.h"
#include "platform/LengthFunctions.h"
+#include "platform/transforms/TransformOperation.h"
namespace WebCore {
-class TranslateTransformOperation : public TransformOperation {
+class PLATFORM_EXPORT TranslateTransformOperation : public TransformOperation {
public:
static PassRefPtr<TranslateTransformOperation> create(const Length& tx, const Length& ty, OperationType type)
{
« no previous file with comments | « Source/platform/transforms/TransformOperations.cpp ('k') | Source/platform/transforms/TranslateTransformOperation.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698