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

Unified Diff: Source/core/paint/ImagePainter.h

Issue 1316883003: Cleanup two trivial PaintOffset bugs in prep for caching paint offset (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 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
« no previous file with comments | « Source/core/paint/BlockFlowPainter.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/paint/ImagePainter.h
diff --git a/Source/core/paint/ImagePainter.h b/Source/core/paint/ImagePainter.h
index 7383afc86617bb7123adda5cc439ad952e14159a..8fabf2742b7681897985e017de529f7481ed0dcf 100644
--- a/Source/core/paint/ImagePainter.h
+++ b/Source/core/paint/ImagePainter.h
@@ -19,7 +19,7 @@ public:
void paint(const PaintInfo&, const LayoutPoint& paintOffset);
void paintReplaced(const PaintInfo&, const LayoutPoint& paintOffset);
- void paintIntoRect(GraphicsContext*, const LayoutRect& paintOffset);
+ void paintIntoRect(GraphicsContext*, const LayoutRect&);
private:
void paintAreaElementFocusRing(const PaintInfo&);
« no previous file with comments | « Source/core/paint/BlockFlowPainter.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698