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

Unified Diff: third_party/WebKit/Source/modules/csspaint/PaintRenderingContext2D.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/modules/csspaint/PaintRenderingContext2D.h
diff --git a/third_party/WebKit/Source/modules/csspaint/PaintRenderingContext2D.h b/third_party/WebKit/Source/modules/csspaint/PaintRenderingContext2D.h
index 976f34d58754a926caa4e99c7976b6068f21b2a1..b3fe9d769a4f4f4c711cbd050d64717e15b929fe 100644
--- a/third_party/WebKit/Source/modules/csspaint/PaintRenderingContext2D.h
+++ b/third_party/WebKit/Source/modules/csspaint/PaintRenderingContext2D.h
@@ -11,8 +11,6 @@
#include "platform/graphics/ImageBuffer.h"
#include <memory>
-class SkCanvas;
-
namespace blink {
class CanvasImageSource;
@@ -50,8 +48,8 @@ class MODULES_EXPORT PaintRenderingContext2D
bool parseColorOrCurrentColor(Color&, const String& colorString) const final;
- SkCanvas* drawingCanvas() const final;
- SkCanvas* existingDrawingCanvas() const final;
+ PaintCanvas* drawingCanvas() const final;
+ PaintCanvas* existingDrawingCanvas() const final;
void disableDeferral(DisableDeferralReason) final {}
AffineTransform baseTransform() const final;

Powered by Google App Engine
This is Rietveld 408576698