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

Unified Diff: third_party/WebKit/Source/platform/mac/ScrollAnimatorMac.h

Issue 1749383002: Eliminate uncalled will___LiveResize and inLiveResize from RenderViewImpl through WebWidget down to… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 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/platform/mac/ScrollAnimatorMac.h
diff --git a/third_party/WebKit/Source/platform/mac/ScrollAnimatorMac.h b/third_party/WebKit/Source/platform/mac/ScrollAnimatorMac.h
index 4eb2b8c75345cec2da317a9b8e78682d98511d71..010c54e6a6619530240850fbdb851d278def26c8 100644
--- a/third_party/WebKit/Source/platform/mac/ScrollAnimatorMac.h
+++ b/third_party/WebKit/Source/platform/mac/ScrollAnimatorMac.h
@@ -102,9 +102,7 @@ private:
void mouseMovedInContentArea() const override;
void mouseEnteredScrollbar(Scrollbar&) const override;
void mouseExitedScrollbar(Scrollbar&) const override;
- void willStartLiveResize() override;
void contentsResized() const override;
- void willEndLiveResize() override;
void contentAreaDidShow() const override;
void contentAreaDidHide() const override;
void didBeginScrollGesture() const;

Powered by Google App Engine
This is Rietveld 408576698