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

Unified Diff: Source/core/frame/RemoteDOMWindow.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/RemoteDOMWindow.h
diff --git a/Source/core/frame/RemoteDOMWindow.h b/Source/core/frame/RemoteDOMWindow.h
index 7d9aba524db551f00af802aef0783661fb4783ef..02935df693f9f2d79e3f55c1ba10c6466c848f81 100644
--- a/Source/core/frame/RemoteDOMWindow.h
+++ b/Source/core/frame/RemoteDOMWindow.h
@@ -55,7 +55,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* = 0) override;

Powered by Google App Engine
This is Rietveld 408576698