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

Unified Diff: sky/engine/core/frame/FrameView.cpp

Issue 684353002: Remove more stuff from Widget. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 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: sky/engine/core/frame/FrameView.cpp
diff --git a/sky/engine/core/frame/FrameView.cpp b/sky/engine/core/frame/FrameView.cpp
index 99e46b47cdb6e5009098e2adfe048d706ea58743..2ad01bdae9a5acfe067cbc2eb65c50e573ef5dfe 100644
--- a/sky/engine/core/frame/FrameView.cpp
+++ b/sky/engine/core/frame/FrameView.cpp
@@ -221,14 +221,6 @@ void FrameView::recalcOverflowAfterStyleChange()
renderView->recalcOverflowAfterStyleChange();
}
-IntRect FrameView::contentsToScreen(const IntRect& rect) const
-{
- HostWindow* window = hostWindow();
- if (!window)
- return IntRect();
- return window->rootViewToScreen(contentsToRootView(rect));
-}
-
bool FrameView::scheduleAnimation()
{
if (HostWindow* window = hostWindow()) {

Powered by Google App Engine
This is Rietveld 408576698