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

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

Issue 2523673004: [NOT FOR COMMIT] Fully replace SkCanvas uses.
Patch Set: Support Android build. Created 4 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: 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..eb77e2037b64f451dc6af8d8b9b80e155989d365 100644
--- a/third_party/WebKit/public/platform/WebCanvas.h
+++ b/third_party/WebKit/public/platform/WebCanvas.h
@@ -31,13 +31,12 @@
#ifndef WebCanvas_h
#define WebCanvas_h
+#include "skia/ext/cdl_common.h"
#include "WebCommon.h"
-class SkCanvas;
-
namespace blink {
-typedef SkCanvas WebCanvas;
+typedef CdlCanvas WebCanvas;
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698