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

Unified Diff: third_party/WebKit/Source/web/InspectorOverlay.cpp

Issue 2729543002: Rename platform/Widget to platform/FrameViewBase in web. (Closed)
Patch Set: Created 3 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/web/InspectorOverlay.cpp
diff --git a/third_party/WebKit/Source/web/InspectorOverlay.cpp b/third_party/WebKit/Source/web/InspectorOverlay.cpp
index 8faf981df8ac26019097781bb1550aa6d1dafca0..c128095a0b9d735b9b606b0efafc6d0a187b4e79 100644
--- a/third_party/WebKit/Source/web/InspectorOverlay.cpp
+++ b/third_party/WebKit/Source/web/InspectorOverlay.cpp
@@ -161,11 +161,11 @@ class InspectorOverlay::InspectorOverlayChromeClient final
void invalidateRect(const IntRect&) override { m_overlay->invalidate(); }
- void scheduleAnimation(Widget* widget) override {
+ void scheduleAnimation(FrameViewBase* frameViewBase) override {
if (m_overlay->m_inLayout)
return;
- m_client->scheduleAnimation(widget);
+ m_client->scheduleAnimation(frameViewBase);
}
private:
« no previous file with comments | « third_party/WebKit/Source/web/ContextMenuClientImpl.cpp ('k') | third_party/WebKit/Source/web/LocalFrameClientImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698