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

Unified Diff: third_party/WebKit/Source/platform/graphics/paint/PaintController.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/Source/platform/graphics/paint/PaintController.h
diff --git a/third_party/WebKit/Source/platform/graphics/paint/PaintController.h b/third_party/WebKit/Source/platform/graphics/paint/PaintController.h
index 8aaebc3ed5f38df9e07115a0e92dd14f9956d3b3..229b89fc20953d587bfdb71ae7aa778f2cca82f7 100644
--- a/third_party/WebKit/Source/platform/graphics/paint/PaintController.h
+++ b/third_party/WebKit/Source/platform/graphics/paint/PaintController.h
@@ -17,6 +17,7 @@
#include "platform/graphics/paint/PaintChunker.h"
#include "platform/graphics/paint/RasterInvalidationTracking.h"
#include "platform/graphics/paint/Transform3DDisplayItem.h"
+#include "skia/ext/cdl_common.h"
#include "third_party/skia/include/core/SkRefCnt.h"
#include "wtf/Alignment.h"
#include "wtf/Assertions.h"
@@ -27,8 +28,6 @@
#include <memory>
#include <utility>
-class SkPicture;
-
namespace blink {
static const size_t kInitialDisplayItemListCapacityBytes = 512;
@@ -177,7 +176,7 @@ class PLATFORM_EXPORT PaintController {
DisplayItemList& newDisplayItemList() { return m_newDisplayItemList; }
void appendDebugDrawingAfterCommit(const DisplayItemClient&,
- sk_sp<SkPicture>,
+ sk_sp<CdlPicture>,
const LayoutSize& offsetFromLayoutObject);
void showDebugData() const { showDebugDataInternal(false); }

Powered by Google App Engine
This is Rietveld 408576698