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

Unified Diff: third_party/WebKit/Source/platform/graphics/paint/PaintController.h

Issue 2640983002: Rename paint data structures (Closed)
Patch Set: Rebase 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 7d5c514e7d5375b801a3baaf4fce6e7497afdf1b..71357b7ec0b4c3e468bd5f10bbfdc440f96e61e6 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