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

Unified Diff: Source/web/WebViewImpl.h

Issue 736723002: Expose defersLoading API (for tests) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.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 | « no previous file | Source/web/WebViewImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebViewImpl.h
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
index aa6560dbf370514aaf710b911deb4b29d0980213..204e36869c67aa0075b60e607fff4a0893897ec6 100644
--- a/Source/web/WebViewImpl.h
+++ b/Source/web/WebViewImpl.h
@@ -272,6 +272,8 @@ public:
virtual void setShowScrollBottleneckRects(bool) override;
virtual void getSelectionRootBounds(WebRect& bounds) const override;
virtual void acceptLanguagesChanged() override;
+ virtual bool defersLoading() const override;
+ virtual void setDefersLoading(bool value) override;
// WebViewImpl
« no previous file with comments | « no previous file | Source/web/WebViewImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698