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

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

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/web/WebSettingsImpl.h ('k') | sky/engine/web/tests/RunAllTests.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/web/WebSettingsImpl.cpp
diff --git a/sky/engine/web/WebSettingsImpl.cpp b/sky/engine/web/WebSettingsImpl.cpp
index a80797746e36a9e1a80a16211ff5da6e2bce7189..6fb2fd4e699888585dc04dfaca9354e89581952c 100644
--- a/sky/engine/web/WebSettingsImpl.cpp
+++ b/sky/engine/web/WebSettingsImpl.cpp
@@ -353,9 +353,4 @@ void WebSettingsImpl::setMainFrameResizesAreOrientationChanges(bool enabled)
m_mainFrameResizesAreOrientationChanges = enabled;
}
-void WebSettingsImpl::setV8CacheOptions(V8CacheOptions options)
-{
- m_settings->setV8CacheOptions(static_cast<blink::V8CacheOptions>(options));
-}
-
} // namespace blink
« no previous file with comments | « sky/engine/web/WebSettingsImpl.h ('k') | sky/engine/web/tests/RunAllTests.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698