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

Unified Diff: third_party/WebKit/Source/core/frame/FrameHost.h

Issue 2443613002: Rename classes related to top controls (Closed)
Patch Set: fix test Created 4 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: third_party/WebKit/Source/core/frame/FrameHost.h
diff --git a/third_party/WebKit/Source/core/frame/FrameHost.h b/third_party/WebKit/Source/core/frame/FrameHost.h
index c8282b239c8c556c3a810ac65053f71b132e0a89..745134bb7e40eda77089d68f672761b8b575cda8 100644
--- a/third_party/WebKit/Source/core/frame/FrameHost.h
+++ b/third_party/WebKit/Source/core/frame/FrameHost.h
@@ -40,6 +40,7 @@
namespace blink {
+class BrowserControls;
class ChromeClient;
class ConsoleMessageStorage;
class Deprecation;
@@ -49,7 +50,6 @@ class Page;
struct PageScaleConstraints;
class PageScaleConstraintsSet;
class Settings;
-class TopControls;
class TopDocumentRootScrollerController;
class UseCounter;
class Visitor;
@@ -100,8 +100,8 @@ class CORE_EXPORT FrameHost final
// ChromeClient::screenInfo() instead.
float deviceScaleFactorDeprecated() const;
- TopControls& topControls();
- const TopControls& topControls() const;
+ BrowserControls& browserControls();
+ const BrowserControls& browserControls() const;
OverscrollController& overscrollController();
const OverscrollController& overscrollController() const;
@@ -142,7 +142,7 @@ class CORE_EXPORT FrameHost final
explicit FrameHost(Page&);
const Member<Page> m_page;
- const Member<TopControls> m_topControls;
+ const Member<BrowserControls> m_browserControls;
const std::unique_ptr<PageScaleConstraintsSet> m_pageScaleConstraintsSet;
const Member<VisualViewport> m_visualViewport;
const Member<OverscrollController> m_overscrollController;
« no previous file with comments | « third_party/WebKit/Source/core/frame/BrowserControls.cpp ('k') | third_party/WebKit/Source/core/frame/FrameHost.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698