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

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

Issue 2761673005: Optimize scroll adjustment for paint invalidation
Patch Set: - Created 3 years, 9 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/LayoutObject.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutObject.h b/third_party/WebKit/Source/core/layout/LayoutObject.h
index 79b65ea12f6661095f937a0e57d6fd3205c35ddc..daa14d0c28a7464647ef00e4f86eb5a6fa810337 100644
--- a/third_party/WebKit/Source/core/layout/LayoutObject.h
+++ b/third_party/WebKit/Source/core/layout/LayoutObject.h
@@ -1847,8 +1847,6 @@ class CORE_EXPORT LayoutObject : public ImageResourceObserver,
bool compositedScrollsWithRespectTo(
const LayoutBoxModelObject& paintInvalidationContainer) const;
- IntSize scrollAdjustmentForPaintInvalidation(
- const LayoutBoxModelObject& paintInvalidationContainer) const;
bool previousBackgroundObscured() const {
return m_bitfields.previousBackgroundObscured();
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutBoxModelObject.cpp ('k') | third_party/WebKit/Source/core/layout/LayoutObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698