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

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

Issue 1147283002: Add ScrollDirectionPhysical enum in Scroll types. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed a conflict on EventHandler Created 5 years, 7 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
« no previous file with comments | « Source/core/layout/LayoutBox.cpp ('k') | Source/core/layout/LayoutEmbeddedObject.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/LayoutEmbeddedObject.h
diff --git a/Source/core/layout/LayoutEmbeddedObject.h b/Source/core/layout/LayoutEmbeddedObject.h
index 5da2f99d254b233db3fea42c7effd727c4dd6185..92f19e2f95e8fbd8d22d60941a6c171cc0b2e962 100644
--- a/Source/core/layout/LayoutEmbeddedObject.h
+++ b/Source/core/layout/LayoutEmbeddedObject.h
@@ -60,7 +60,7 @@ private:
virtual DeprecatedPaintLayerType layerTypeRequired() const override final;
- virtual bool scroll(ScrollDirection, ScrollGranularity, float multiplier) override final;
+ virtual bool scroll(ScrollDirectionPhysical, ScrollGranularity, float multiplier) override final;
virtual CompositingReasons additionalCompositingReasons() const override;
« no previous file with comments | « Source/core/layout/LayoutBox.cpp ('k') | Source/core/layout/LayoutEmbeddedObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698