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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutBox.h

Issue 2669003002: Optimize outline paint invalidation (Closed)
Patch Set: - Created 3 years, 11 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/LayoutBox.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutBox.h b/third_party/WebKit/Source/core/layout/LayoutBox.h
index 1c096ae3d4970b459460c5a85472cf2280b3b94f..495fd6b7b79c1c4d4d228fde777f940a34b1b04b 100644
--- a/third_party/WebKit/Source/core/layout/LayoutBox.h
+++ b/third_party/WebKit/Source/core/layout/LayoutBox.h
@@ -480,7 +480,7 @@ class CORE_EXPORT LayoutBox : public LayoutBoxModelObject {
void addContentsVisualOverflow(const LayoutRect&);
void addVisualEffectOverflow();
- LayoutRectOutsets computeVisualEffectOverflowOutsets() const;
+ LayoutRectOutsets computeVisualEffectOverflowOutsets();
void addOverflowFromChild(LayoutBox* child) {
addOverflowFromChild(child, child->locationOffset());
}

Powered by Google App Engine
This is Rietveld 408576698