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

Unified Diff: third_party/WebKit/Source/core/layout/api/LayoutBlockItem.h

Issue 2060053002: Set paintingLayerNeedsRepaint() in layout tree (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Set paintingLayerNeedsRepaint() in layout tree Created 4 years, 6 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/core/layout/api/LayoutBlockItem.h
diff --git a/third_party/WebKit/Source/core/layout/api/LayoutBlockItem.h b/third_party/WebKit/Source/core/layout/api/LayoutBlockItem.h
index b9b833661067d6b8a8bb8251f71ea7214041bdb4..8953ac3d6e1bee73a0a0987e0e00904f6ca54c55 100644
--- a/third_party/WebKit/Source/core/layout/api/LayoutBlockItem.h
+++ b/third_party/WebKit/Source/core/layout/api/LayoutBlockItem.h
@@ -28,7 +28,7 @@ public:
LayoutBlockItem() { }
- void invalidatePaintRectangle(const LayoutRect& layoutRect) const
+ void invalidatePaintRectangle(const LayoutRect& layoutRect)
{
toBlock()->invalidatePaintRectangle(layoutRect);
}

Powered by Google App Engine
This is Rietveld 408576698