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

Unified Diff: third_party/WebKit/Source/platform/graphics/LoggingCanvas.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/LoggingCanvas.h
diff --git a/third_party/WebKit/Source/platform/graphics/LoggingCanvas.h b/third_party/WebKit/Source/platform/graphics/LoggingCanvas.h
index 5a4410308d422c91d4a645f30554f5f7ed8f1419..351c75131e8c74ed7f287ccba7938c547bd2a54f 100644
--- a/third_party/WebKit/Source/platform/graphics/LoggingCanvas.h
+++ b/third_party/WebKit/Source/platform/graphics/LoggingCanvas.h
@@ -126,8 +126,8 @@ class LoggingCanvas : public InterceptingCanvasBase {
};
#ifndef NDEBUG
-String pictureAsDebugString(const SkPicture*);
-void showSkPicture(const SkPicture*);
+String pictureAsDebugString(const PaintRecord*);
+void showSkPicture(const PaintRecord*);
#endif
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698