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

Unified Diff: third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h

Issue 2631783003: Revert of Fix touch event flag may not be updated correctly by transform which causes no layout (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/page/scrolling/ScrollingCoordinator.h
diff --git a/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h b/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h
index 9f681cdb3fa09b9315249054f47fd149624b6a14..7d97eb4cf52feb131f0b7b11c6b0eb2fd57f0970 100644
--- a/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h
+++ b/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h
@@ -41,7 +41,6 @@
class CompositorAnimationHost;
class CompositorAnimationTimeline;
-class LayoutBox;
class LocalFrame;
class FrameView;
class GraphicsLayer;
@@ -75,8 +74,6 @@
void notifyGeometryChanged();
// Called when any frame recalculates its overflows after style change.
void notifyOverflowUpdated();
- // Called when any layoutBox has transform changed
- void notifyTransformChanged(const LayoutBox&);
void updateAfterCompositingChangeIfNeeded();

Powered by Google App Engine
This is Rietveld 408576698