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

Unified Diff: third_party/WebKit/Source/web/LinkHighlightImpl.cpp

Issue 2380683006: SPv2: Add support for tracking raster paint invalidations in testing. (Closed)
Patch Set: none Created 4 years, 2 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/web/LinkHighlightImpl.cpp
diff --git a/third_party/WebKit/Source/web/LinkHighlightImpl.cpp b/third_party/WebKit/Source/web/LinkHighlightImpl.cpp
index 011012bec7cef2e4370f443ca530dbc2c74f3808..87283e1d24485d4ffd39900a29b4023080fb5f3e 100644
--- a/third_party/WebKit/Source/web/LinkHighlightImpl.cpp
+++ b/third_party/WebKit/Source/web/LinkHighlightImpl.cpp
@@ -411,7 +411,7 @@ void LinkHighlightImpl::updateGeometry() {
m_contentLayer->layer()->invalidate();
if (m_currentGraphicsLayer)
- m_currentGraphicsLayer->trackPaintInvalidation(
+ m_currentGraphicsLayer->trackRasterInvalidation(
LinkHighlightDisplayItemClientForTracking(),
enclosingIntRect(
FloatRect(layer()->position().x, layer()->position().y,

Powered by Google App Engine
This is Rietveld 408576698