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

Unified Diff: Source/platform/transforms/PerspectiveTransformOperation.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/PerspectiveTransformOperation.h
diff --git a/Source/core/platform/graphics/transforms/PerspectiveTransformOperation.h b/Source/platform/transforms/PerspectiveTransformOperation.h
similarity index 95%
rename from Source/core/platform/graphics/transforms/PerspectiveTransformOperation.h
rename to Source/platform/transforms/PerspectiveTransformOperation.h
index 21b35e01f1b7940d836bba8f4b81c730a0dd909e..b084655a39155734c635b2feb6b50a28d560589f 100644
--- a/Source/core/platform/graphics/transforms/PerspectiveTransformOperation.h
+++ b/Source/platform/transforms/PerspectiveTransformOperation.h
@@ -26,13 +26,13 @@
#ifndef PerspectiveTransformOperation_h
#define PerspectiveTransformOperation_h
-#include "core/platform/graphics/transforms/TransformOperation.h"
#include "platform/Length.h"
#include "platform/LengthFunctions.h"
+#include "platform/transforms/TransformOperation.h"
namespace WebCore {
-class PerspectiveTransformOperation : public TransformOperation {
+class PLATFORM_EXPORT PerspectiveTransformOperation : public TransformOperation {
public:
static PassRefPtr<PerspectiveTransformOperation> create(const Length& p)
{
« no previous file with comments | « Source/platform/transforms/MatrixTransformOperation.cpp ('k') | Source/platform/transforms/PerspectiveTransformOperation.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698