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

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

Issue 691453002: Remove a lot of Widget APIs. (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
« no previous file with comments | « no previous file | sky/engine/core/frame/LocalFrame.cpp » ('j') | sky/engine/core/rendering/RenderObject.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/frame/FrameView.h
diff --git a/sky/engine/core/frame/FrameView.h b/sky/engine/core/frame/FrameView.h
index 92c33e0deecef7a8cca657d4164c2f748cc2cef8..efd840c7400f73f2d1986944bb95ec8944382fa7 100644
--- a/sky/engine/core/frame/FrameView.h
+++ b/sky/engine/core/frame/FrameView.h
@@ -63,10 +63,9 @@ public:
virtual ~FrameView();
- HostWindow* hostWindow() const;
-
- void invalidateRect(const IntRect&);
- void setFrameRect(const IntRect&);
+ virtual HostWindow* hostWindow() const override;
+ virtual void invalidateRect(const IntRect&) override;
+ virtual void setFrameRect(const IntRect&) override;
LocalFrame& frame() const { return *m_frame; }
Page* page() const;
« no previous file with comments | « no previous file | sky/engine/core/frame/LocalFrame.cpp » ('j') | sky/engine/core/rendering/RenderObject.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698