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

Unified Diff: sky/engine/web/WebLocalFrameImpl.cpp

Issue 693603005: Remove lots of dead web/ classes. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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
« no previous file with comments | « sky/engine/web/WebLocalFrameImpl.h ('k') | sky/engine/web/WebNode.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/web/WebLocalFrameImpl.cpp
diff --git a/sky/engine/web/WebLocalFrameImpl.cpp b/sky/engine/web/WebLocalFrameImpl.cpp
index db4917af2f80a4bc962c130448bf62f42b23aafc..f54780d2fe5263c51ca971438f9bc3c9e7acd006 100644
--- a/sky/engine/web/WebLocalFrameImpl.cpp
+++ b/sky/engine/web/WebLocalFrameImpl.cpp
@@ -138,17 +138,12 @@
#include "public/platform/WebURLError.h"
#include "public/platform/WebVector.h"
#include "public/web/WebConsoleMessage.h"
-#include "public/web/WebDOMEvent.h"
#include "public/web/WebDocument.h"
#include "public/web/WebElement.h"
-#include "public/web/WebFindOptions.h"
#include "public/web/WebFrameClient.h"
-#include "public/web/WebIconURL.h"
#include "public/web/WebNode.h"
-#include "public/web/WebPerformance.h"
#include "public/web/WebRange.h"
#include "public/web/WebScriptSource.h"
-#include "public/web/WebSerializedScriptValue.h"
#include "web/CompositionUnderlineVectorBuilder.h"
#include "web/WebViewImpl.h"
#include "wtf/CurrentTime.h"
@@ -265,11 +260,6 @@ WebDocument WebLocalFrameImpl::document() const
return WebDocument(frame()->document());
}
-WebPerformance WebLocalFrameImpl::performance() const
-{
- return WebPerformance();
-}
-
void WebLocalFrameImpl::executeScript(const WebScriptSource& source)
{
ASSERT(frame());
« no previous file with comments | « sky/engine/web/WebLocalFrameImpl.h ('k') | sky/engine/web/WebNode.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698