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

Unified Diff: third_party/WebKit/Source/core/frame/FrameViewTest.cpp

Issue 2826893003: Remove ScrollableArea::GetFrameViewBase and move ScheduleAnimation into subclasses. (Closed)
Patch Set: Remove UNREACHED Created 3 years, 8 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/frame/FrameViewTest.cpp
diff --git a/third_party/WebKit/Source/core/frame/FrameViewTest.cpp b/third_party/WebKit/Source/core/frame/FrameViewTest.cpp
index c290dfac8a808d28b0cc5cbbb2380fe017347f1f..a91b445f854dc89ccda1d6ac453dabb782042beb 100644
--- a/third_party/WebKit/Source/core/frame/FrameViewTest.cpp
+++ b/third_party/WebKit/Source/core/frame/FrameViewTest.cpp
@@ -43,7 +43,7 @@ class MockChromeClient : public EmptyChromeClient {
MockSetToolTip(&frame, tooltip_text, dir);
}
- void ScheduleAnimation(FrameViewBase*) override {
+ void ScheduleAnimation(LocalFrame*) override {
has_scheduled_animation_ = true;
}
slangley 2017/04/19 07:15:45 add vertical whitespace?
joelhockey 2017/04/19 07:20:47 I was going to add it, but then I looked at the re
bool has_scheduled_animation_;

Powered by Google App Engine
This is Rietveld 408576698