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

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

Issue 2720933003: Removed FrameHost::useCounter() (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/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 fa31c019f459fbf4450f766021861cddeb6223eb..ff5affeeed16354d87b2c0bd733af21956e78271 100644
--- a/third_party/WebKit/Source/core/frame/FrameHost.h
+++ b/third_party/WebKit/Source/core/frame/FrameHost.h
@@ -49,7 +49,6 @@ class Page;
struct PageScaleConstraints;
class PageScaleConstraintsSet;
class TopDocumentRootScrollerController;
-class UseCounter;
class VisualViewport;
// FrameHost is the set of global data shared between multiple frames
@@ -73,9 +72,6 @@ class CORE_EXPORT FrameHost final
Page& page();
const Page& page() const;
- UseCounter& useCounter();
- const UseCounter& useCounter() const;
-
// Corresponds to pixel density of the device where this Page is
// being displayed. In multi-monitor setups this can vary between pages.
// This value does not account for Page zoom, use LocalFrame::devicePixelRatio
« no previous file with comments | « third_party/WebKit/Source/core/css/parser/CSSParserContext.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