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

Unified Diff: third_party/WebKit/Source/platform/graphics/paint/PaintController.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/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 f040c209aeabc621a2956d56a52c39c59ced4964..7f101249866c17d797151e92d4195ec43ed1a8f3 100644
--- a/third_party/WebKit/Source/platform/graphics/paint/PaintController.h
+++ b/third_party/WebKit/Source/platform/graphics/paint/PaintController.h
@@ -27,8 +27,6 @@
#include <memory>
#include <utility>
-class SkPicture;
-
namespace blink {
static const size_t kInitialDisplayItemListCapacityBytes = 512;
@@ -172,7 +170,7 @@ class PLATFORM_EXPORT PaintController {
DisplayItemList& newDisplayItemList() { return m_newDisplayItemList; }
void appendDebugDrawingAfterCommit(const DisplayItemClient&,
- sk_sp<SkPicture>,
+ sk_sp<PaintRecord>,
const LayoutSize& offsetFromLayoutObject);
void showDebugData() const { showDebugDataInternal(false); }

Powered by Google App Engine
This is Rietveld 408576698