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

Unified Diff: sky/engine/core/loader/EmptyClients.h

Issue 922893002: Merge the Sky Engine changes from the SkyDart branch (Closed) Base URL: git@github.com:domokit/mojo.git@master
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
« no previous file with comments | « sky/engine/core/inspector/ScriptProfile.cpp ('k') | sky/engine/core/loader/FrameLoader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/loader/EmptyClients.h
diff --git a/sky/engine/core/loader/EmptyClients.h b/sky/engine/core/loader/EmptyClients.h
index 9151be8608efac11f650934bb5fb5ea19cf27136..cfafe5665bcd5a55150b9abe1db4a1e999143f08 100644
--- a/sky/engine/core/loader/EmptyClients.h
+++ b/sky/engine/core/loader/EmptyClients.h
@@ -41,7 +41,6 @@
#include "sky/engine/platform/text/TextCheckerClient.h"
#include "sky/engine/public/platform/WebScreenInfo.h"
#include "sky/engine/wtf/Forward.h"
-#include "v8/include/v8.h"
/*
This file holds empty Client stubs for use by WebCore.
@@ -90,9 +89,6 @@ public:
virtual void selectorMatchChanged(const Vector<String>&, const Vector<String>&) override { }
virtual void documentElementAvailable() override { }
-
- virtual void didCreateScriptContext(v8::Handle<v8::Context>) override { }
- virtual void willReleaseScriptContext(v8::Handle<v8::Context>) override { }
};
class EmptyTextCheckerClient : public TextCheckerClient {
« no previous file with comments | « sky/engine/core/inspector/ScriptProfile.cpp ('k') | sky/engine/core/loader/FrameLoader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698