Index: sky/engine/core/painting/DrawLooperAddLayerCallback.cpp |
diff --git a/sky/engine/core/painting/Paint.cpp b/sky/engine/core/painting/DrawLooperAddLayerCallback.cpp |
similarity index 66% |
copy from sky/engine/core/painting/Paint.cpp |
copy to sky/engine/core/painting/DrawLooperAddLayerCallback.cpp |
index f3e6fcae0fbd241cca373bde147ae83dce270c6c..b142b694e108023b93adc4d3b0eda0d850d43c3a 100644 |
--- a/sky/engine/core/painting/Paint.cpp |
+++ b/sky/engine/core/painting/DrawLooperAddLayerCallback.cpp |
@@ -3,15 +3,11 @@ |
// found in the LICENSE file. |
#include "sky/engine/config.h" |
-#include "sky/engine/core/painting/Paint.h" |
+#include "sky/engine/core/painting/DrawLooperAddLayerCallback.h" |
namespace blink { |
-Paint::Paint() |
-{ |
-} |
- |
-Paint::~Paint() |
+DrawLooperAddLayerCallback::~DrawLooperAddLayerCallback() |
{ |
} |