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

Unified Diff: sky/engine/core/html/canvas/CanvasRenderingContext2D.cpp

Issue 746023002: Make absolute and sort all Sky headers (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | « sky/engine/core/html/canvas/CanvasRenderingContext2D.h ('k') | sky/engine/core/html/canvas/CanvasStyle.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/html/canvas/CanvasRenderingContext2D.cpp
diff --git a/sky/engine/core/html/canvas/CanvasRenderingContext2D.cpp b/sky/engine/core/html/canvas/CanvasRenderingContext2D.cpp
index 95669a351c94ff685d70d9a68ff5cfa0eb88943d..da4779ba88b9533d3bfd3d6d0276f440b0f871ae 100644
--- a/sky/engine/core/html/canvas/CanvasRenderingContext2D.cpp
+++ b/sky/engine/core/html/canvas/CanvasRenderingContext2D.cpp
@@ -30,43 +30,43 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
-#include "core/html/canvas/CanvasRenderingContext2D.h"
+#include "sky/engine/config.h"
+#include "sky/engine/core/html/canvas/CanvasRenderingContext2D.h"
-#include "bindings/core/v8/ExceptionMessages.h"
-#include "bindings/core/v8/ExceptionState.h"
-#include "bindings/core/v8/ExceptionStatePlaceholder.h"
#include "gen/sky/core/CSSPropertyNames.h"
-#include "core/css/CSSFontSelector.h"
-#include "core/css/parser/BisonCSSParser.h"
-#include "core/css/StylePropertySet.h"
-#include "core/css/resolver/StyleResolver.h"
-#include "core/dom/ExceptionCode.h"
-#include "core/dom/StyleEngine.h"
-#include "core/events/Event.h"
-#include "core/fetch/ImageResource.h"
-#include "core/frame/ImageBitmap.h"
-#include "core/html/HTMLCanvasElement.h"
-#include "core/html/HTMLImageElement.h"
-#include "core/html/ImageData.h"
-#include "core/html/TextMetrics.h"
-#include "core/html/canvas/CanvasGradient.h"
-#include "core/html/canvas/CanvasPattern.h"
-#include "core/html/canvas/CanvasStyle.h"
-#include "core/html/canvas/Path2D.h"
-#include "core/rendering/RenderImage.h"
-#include "core/rendering/RenderLayer.h"
-#include "core/rendering/RenderTheme.h"
-#include "platform/fonts/FontCache.h"
-#include "platform/geometry/FloatQuad.h"
-#include "platform/graphics/DrawLooperBuilder.h"
-#include "platform/graphics/GraphicsContextStateSaver.h"
-#include "platform/text/TextRun.h"
-#include "wtf/CheckedArithmetic.h"
-#include "wtf/MathExtras.h"
-#include "wtf/OwnPtr.h"
-#include "wtf/Uint8ClampedArray.h"
-#include "wtf/text/StringBuilder.h"
+#include "sky/engine/bindings/core/v8/ExceptionMessages.h"
+#include "sky/engine/bindings/core/v8/ExceptionState.h"
+#include "sky/engine/bindings/core/v8/ExceptionStatePlaceholder.h"
+#include "sky/engine/core/css/CSSFontSelector.h"
+#include "sky/engine/core/css/StylePropertySet.h"
+#include "sky/engine/core/css/parser/BisonCSSParser.h"
+#include "sky/engine/core/css/resolver/StyleResolver.h"
+#include "sky/engine/core/dom/ExceptionCode.h"
+#include "sky/engine/core/dom/StyleEngine.h"
+#include "sky/engine/core/events/Event.h"
+#include "sky/engine/core/fetch/ImageResource.h"
+#include "sky/engine/core/frame/ImageBitmap.h"
+#include "sky/engine/core/html/HTMLCanvasElement.h"
+#include "sky/engine/core/html/HTMLImageElement.h"
+#include "sky/engine/core/html/ImageData.h"
+#include "sky/engine/core/html/TextMetrics.h"
+#include "sky/engine/core/html/canvas/CanvasGradient.h"
+#include "sky/engine/core/html/canvas/CanvasPattern.h"
+#include "sky/engine/core/html/canvas/CanvasStyle.h"
+#include "sky/engine/core/html/canvas/Path2D.h"
+#include "sky/engine/core/rendering/RenderImage.h"
+#include "sky/engine/core/rendering/RenderLayer.h"
+#include "sky/engine/core/rendering/RenderTheme.h"
+#include "sky/engine/platform/fonts/FontCache.h"
+#include "sky/engine/platform/geometry/FloatQuad.h"
+#include "sky/engine/platform/graphics/DrawLooperBuilder.h"
+#include "sky/engine/platform/graphics/GraphicsContextStateSaver.h"
+#include "sky/engine/platform/text/TextRun.h"
+#include "sky/engine/wtf/CheckedArithmetic.h"
+#include "sky/engine/wtf/MathExtras.h"
+#include "sky/engine/wtf/OwnPtr.h"
+#include "sky/engine/wtf/Uint8ClampedArray.h"
+#include "sky/engine/wtf/text/StringBuilder.h"
namespace blink {
« no previous file with comments | « sky/engine/core/html/canvas/CanvasRenderingContext2D.h ('k') | sky/engine/core/html/canvas/CanvasStyle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698