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

Unified Diff: third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.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/core/html/canvas/CanvasRenderingContext.h
diff --git a/third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.h b/third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.h
index f79b9ebfdc87b02ceb1d6c3b41ee98f77b070ce5..ec3674d7cbe1c6f5b250ece8280410a8a18d927e 100644
--- a/third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.h
+++ b/third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.h
@@ -38,8 +38,6 @@
#include "wtf/Noncopyable.h"
#include "wtf/text/StringHash.h"
-class SkCanvas;
-
namespace blink {
class CanvasImageSource;
@@ -129,7 +127,7 @@ class CORE_EXPORT CanvasRenderingContext
// Canvas2D-specific interface
virtual bool is2d() const { return false; }
- virtual void restoreCanvasMatrixClipStack(SkCanvas*) const {}
+ virtual void restoreCanvasMatrixClipStack(PaintCanvas*) const {}
virtual void reset() {}
virtual void clearRect(double x, double y, double width, double height) {}
virtual void didSetSurfaceSize() {}

Powered by Google App Engine
This is Rietveld 408576698