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

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

Issue 1738243002: Removed main-thread one dimensional scrolling paths. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@removeStepFromUserScroll
Patch Set: Rebase Created 4 years, 10 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/LayoutEmbeddedObject.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutEmbeddedObject.h b/third_party/WebKit/Source/core/layout/LayoutEmbeddedObject.h
index 8b2f9cffcccea67a90b3aefe6bb53eefba75b400..99f204df9a4a7495059c32669cbb5f52c51169e7 100644
--- a/third_party/WebKit/Source/core/layout/LayoutEmbeddedObject.h
+++ b/third_party/WebKit/Source/core/layout/LayoutEmbeddedObject.h
@@ -60,7 +60,7 @@ private:
PaintLayerType layerTypeRequired() const final;
- ScrollResultOneDimensional scroll(ScrollDirectionPhysical, ScrollGranularity, float multiplier) final;
+ ScrollResult scroll(ScrollGranularity, const FloatSize&) final;
CompositingReasons additionalCompositingReasons() const override;
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutBox.cpp ('k') | third_party/WebKit/Source/core/layout/LayoutEmbeddedObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698