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

Unified Diff: third_party/WebKit/public/platform/WebCanvas.h

Issue 2640983002: Rename paint data structures (Closed)
Patch Set: DrawingDisplayItem Created 3 years, 11 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: third_party/WebKit/public/platform/WebCanvas.h
diff --git a/third_party/WebKit/public/platform/WebCanvas.h b/third_party/WebKit/public/platform/WebCanvas.h
index 701892aa895887267eee5208a3dc2f1fe0988e5b..4f74645af4b3ec1ea49ddce26bac2af9923f27ad 100644
--- a/third_party/WebKit/public/platform/WebCanvas.h
+++ b/third_party/WebKit/public/platform/WebCanvas.h
@@ -31,13 +31,11 @@
#ifndef WebCanvas_h
#define WebCanvas_h
-#include "WebCommon.h"
-
-class SkCanvas;
+#include "cc/paint/paint_canvas.h"
namespace blink {
-typedef SkCanvas WebCanvas;
+typedef cc::PaintCanvas WebCanvas;
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698