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

Unified Diff: sky/engine/core/painting/PaintingContext.h

Issue 1144483002: Flesh out the Painting API a bit. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: constify Created 5 years, 7 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: sky/engine/core/painting/PaintingContext.h
diff --git a/sky/engine/core/painting/PaintingContext.h b/sky/engine/core/painting/PaintingContext.h
index 8d51be47c88df0c31fe24b0e92d4f17831a8a69e..aab0a1dc605ed8505fed3e4638bf317bd22e3004 100644
--- a/sky/engine/core/painting/PaintingContext.h
+++ b/sky/engine/core/painting/PaintingContext.h
@@ -6,6 +6,7 @@
#define SKY_ENGINE_CORE_PAINTING_PAINTINGCONTEXT_H_
#include "sky/engine/core/painting/Canvas.h"
+#include "sky/engine/wtf/Vector.h"
namespace blink {
class Element;

Powered by Google App Engine
This is Rietveld 408576698