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

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

Issue 1176713003: Make the CSS interface members static (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Updating test expectations Created 5 years, 6 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 54128d2cc0caa7ef140c363b7909efc279b4a1bf..5d26c95e5863d24c0b8c1dec1c430032abc24917 100644
--- a/Source/core/frame/LocalDOMWindow.h
+++ b/Source/core/frame/LocalDOMWindow.h
@@ -118,7 +118,6 @@ public:
ApplicationCache* applicationCache() const override;
int orientation() const override;
Console* console() const override;
- DOMWindowCSS* css() const override;
DOMSelection* getSelection() override;
void focus(ExecutionContext*) override;
void blur() override;

Powered by Google App Engine
This is Rietveld 408576698