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

Unified Diff: third_party/WebKit/Source/platform/graphics/ImageBufferClient.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/ImageBufferClient.h
diff --git a/third_party/WebKit/Source/platform/graphics/ImageBufferClient.h b/third_party/WebKit/Source/platform/graphics/ImageBufferClient.h
index 3f57d7e8f63a323de08522a2f00574a91ec4d9cd..a256f5337b30f3454b0d90afba0a043700d01ac3 100644
--- a/third_party/WebKit/Source/platform/graphics/ImageBufferClient.h
+++ b/third_party/WebKit/Source/platform/graphics/ImageBufferClient.h
@@ -32,8 +32,7 @@
#define ImageBufferClient_h
#include "platform/PlatformExport.h"
-
-class SkCanvas;
+#include "platform/graphics/paint/PaintCanvas.h"
namespace blink {
@@ -44,7 +43,7 @@ class PLATFORM_EXPORT ImageBufferClient {
virtual bool isDirty() = 0;
virtual void didDisableAcceleration() = 0;
virtual void didFinalizeFrame() = 0;
- virtual void restoreCanvasMatrixClipStack(SkCanvas*) const = 0;
+ virtual void restoreCanvasMatrixClipStack(PaintCanvas*) const = 0;
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698