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

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

Issue 1315993004: Implement a paint offset cache for slimming paint v2 (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
Index: Source/core/paint/ImagePainter.h
diff --git a/Source/core/paint/ImagePainter.h b/Source/core/paint/ImagePainter.h
index 7383afc86617bb7123adda5cc439ad952e14159a..7ac2862faffa487c53d8457b861d70ae92071887 100644
--- a/Source/core/paint/ImagePainter.h
+++ b/Source/core/paint/ImagePainter.h
@@ -22,7 +22,7 @@ public:
void paintIntoRect(GraphicsContext*, const LayoutRect& paintOffset);
private:
- void paintAreaElementFocusRing(const PaintInfo&);
+ void paintAreaElementFocusRing(const PaintInfo&, const LayoutPoint& paintOffset);
LayoutImage& m_layoutImage;
};

Powered by Google App Engine
This is Rietveld 408576698