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

Unified Diff: Source/web/WebSettingsImpl.h

Issue 368283002: Stream scripts to V8 as they load - Blink side. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: removed untrue assert Created 6 years, 3 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 | « Source/core/xml/parser/XMLDocumentParser.h ('k') | Source/web/WebSettingsImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebSettingsImpl.h
diff --git a/Source/web/WebSettingsImpl.h b/Source/web/WebSettingsImpl.h
index b703978157d005accfb4aa02b41478bb38f9784e..7365da10e2225b5b064cea8984de8acccb429b12 100644
--- a/Source/web/WebSettingsImpl.h
+++ b/Source/web/WebSettingsImpl.h
@@ -163,6 +163,7 @@ public:
virtual void setUseSolidColorScrollbars(bool) OVERRIDE;
virtual void setUseWideViewport(bool) OVERRIDE;
virtual void setV8CacheOptions(V8CacheOptions) OVERRIDE;
+ virtual void setV8ScriptStreamingEnabled(bool) OVERRIDE;
virtual void setValidationMessageTimerMagnification(int) OVERRIDE;
virtual void setViewportEnabled(bool) OVERRIDE;
virtual void setViewportMetaEnabled(bool) OVERRIDE;
« no previous file with comments | « Source/core/xml/parser/XMLDocumentParser.h ('k') | Source/web/WebSettingsImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698