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

Unified Diff: Source/core/frame/DOMWindow.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/DOMWindow.h
diff --git a/Source/core/frame/DOMWindow.h b/Source/core/frame/DOMWindow.h
index 41cf14eb2fad1a1bdcae00c690358c9c3dd0fded..15ac96e2bf4a8d8b5daf0291782cb9431a956e6b 100644
--- a/Source/core/frame/DOMWindow.h
+++ b/Source/core/frame/DOMWindow.h
@@ -29,7 +29,6 @@ class History;
class LocalDOMWindow;
class MediaQueryList;
class Navigator;
-class Performance;
class RequestAnimationFrameCallback;
class Screen;
class ScrollToOptions;
@@ -122,8 +121,6 @@ public:
virtual Console* console() const = 0;
- virtual Performance* performance() const = 0;
-
virtual DOMWindowCSS* css() const = 0;
virtual DOMSelection* getSelection() = 0;

Powered by Google App Engine
This is Rietveld 408576698