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

Unified Diff: third_party/WebKit/Source/platform/graphics/LoggingCanvas.h

Issue 2889653002: Remove cullRect() from PaintOpBuffer. (Closed)
Patch Set: movecullrect2 fixcompile Created 3 years, 7 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 ec46b81c699ef90c3645fc8ce5389ef6a1398318..31b545dc8d62530067693bf95ecbc999f18cf39f 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*);
-void ShowPaintRecord(const PaintRecord*);
+String RecordAsDebugString(const PaintRecord*, const SkRect& bounds);
+void ShowPaintRecord(const PaintRecord*, const SkRect& bounds);
#endif
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698