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

Unified Diff: Source/core/platform/graphics/GradientGeneratedImage.h

Issue 99103006: Moving GraphicsContext and dependencies from core to platform. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Final patch - fixes Android Created 7 years 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/core/platform/graphics/GradientGeneratedImage.h
diff --git a/Source/core/platform/graphics/GradientGeneratedImage.h b/Source/core/platform/graphics/GradientGeneratedImage.h
index 0129bf8158108c6d188f33f986ebaa8ecb6b74dc..2d8a298ef98f931d80542555f3cb8c5eb51d6883 100644
--- a/Source/core/platform/graphics/GradientGeneratedImage.h
+++ b/Source/core/platform/graphics/GradientGeneratedImage.h
@@ -27,10 +27,10 @@
#define GradientGeneratedImage_h
#include "core/platform/graphics/GeneratedImage.h"
-#include "core/platform/graphics/Gradient.h"
-#include "core/platform/graphics/Image.h"
-#include "core/platform/graphics/ImageBuffer.h"
#include "platform/geometry/IntSize.h"
+#include "platform/graphics/Gradient.h"
+#include "platform/graphics/Image.h"
+#include "platform/graphics/ImageBuffer.h"
#include "wtf/RefPtr.h"
namespace WebCore {
« no previous file with comments | « Source/core/platform/graphics/Gradient.cpp ('k') | Source/core/platform/graphics/GradientGeneratedImage.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698