| 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 31b545dc8d62530067693bf95ecbc999f18cf39f..ec46b81c699ef90c3645fc8ce5389ef6a1398318 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/LoggingCanvas.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/LoggingCanvas.h
|
| @@ -120,8 +120,8 @@ class LoggingCanvas : public InterceptingCanvasBase {
|
| };
|
|
|
| #ifndef NDEBUG
|
| -String RecordAsDebugString(const PaintRecord*, const SkRect& bounds);
|
| -void ShowPaintRecord(const PaintRecord*, const SkRect& bounds);
|
| +String RecordAsDebugString(const PaintRecord*);
|
| +void ShowPaintRecord(const PaintRecord*);
|
| #endif
|
|
|
| } // namespace blink
|
|
|