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

Unified Diff: Source/platform/graphics/DrawLooper.h

Issue 42313002: Move Color.*, DashArray and DrawLooper to Source/platform/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add missing moved files 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
« no previous file with comments | « Source/platform/graphics/DashArray.h ('k') | Source/platform/graphics/DrawLooper.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/DrawLooper.h
diff --git a/Source/core/platform/graphics/DrawLooper.h b/Source/platform/graphics/DrawLooper.h
similarity index 97%
rename from Source/core/platform/graphics/DrawLooper.h
rename to Source/platform/graphics/DrawLooper.h
index 97a3b0d4f7b9cb969075f6816825c7597de6c765..4a66910c30029162ca8768a7cc52f49b3dc366f8 100644
--- a/Source/core/platform/graphics/DrawLooper.h
+++ b/Source/platform/graphics/DrawLooper.h
@@ -31,6 +31,7 @@
#ifndef DrawLooper_h
#define DrawLooper_h
+#include "platform/PlatformExport.h"
#include "wtf/Noncopyable.h"
#include "wtf/RefPtr.h"
@@ -42,7 +43,7 @@ namespace WebCore {
class Color;
class FloatSize;
-class DrawLooper {
+class PLATFORM_EXPORT DrawLooper {
// Implementing the copy constructor properly would require writing code to
// copy the underlying SkDrawLooper.
WTF_MAKE_NONCOPYABLE(DrawLooper);
« no previous file with comments | « Source/platform/graphics/DashArray.h ('k') | Source/platform/graphics/DrawLooper.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698