| 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
|
|
|