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

Unified Diff: Source/core/frame/LocalDOMWindow.h

Issue 910983005: Decouple performance() from LocalDOMWindow (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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: Source/core/frame/LocalDOMWindow.h
diff --git a/Source/core/frame/LocalDOMWindow.h b/Source/core/frame/LocalDOMWindow.h
index 61fab6e6276846f03035a1d132ab00dec8eb0676..b9b1792eafa9f9b7369996fed01d75237cbb69f4 100644
--- a/Source/core/frame/LocalDOMWindow.h
+++ b/Source/core/frame/LocalDOMWindow.h
@@ -112,7 +112,6 @@ public:
ApplicationCache* applicationCache() const override;
int orientation() const override;
Console* console() const override;
- Performance* performance() const override;
DOMWindowCSS* css() const override;
DOMSelection* getSelection() override;
void focus(ExecutionContext*) override;
@@ -295,8 +294,6 @@ private:
mutable RefPtrWillBeMember<ApplicationCache> m_applicationCache;
- mutable RefPtrWillBeMember<Performance> m_performance;
-
mutable RefPtrWillBeMember<DOMWindowCSS> m_css;
RefPtrWillBeMember<DOMWindowEventQueue> m_eventQueue;

Powered by Google App Engine
This is Rietveld 408576698