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

Unified Diff: third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.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/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 cb61c23899c6c8d6c2516a75d80e9c477f1ccc3c..419b16db6cf93db8ac864c5de2d16036093b385b 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;
@@ -127,7 +125,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