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

Unified Diff: third_party/WebKit/Source/core/dom/DocumentLifecycle.h

Issue 1696233002: Make render pipeline throttling opt-in (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Windows build fix. Created 4 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
Index: third_party/WebKit/Source/core/dom/DocumentLifecycle.h
diff --git a/third_party/WebKit/Source/core/dom/DocumentLifecycle.h b/third_party/WebKit/Source/core/dom/DocumentLifecycle.h
index 2b02d8dd4f018ae18f8bd38574ea20ed04e5277c..72084fd5bce244ec6394a75d167498da1a6e87d2 100644
--- a/third_party/WebKit/Source/core/dom/DocumentLifecycle.h
+++ b/third_party/WebKit/Source/core/dom/DocumentLifecycle.h
@@ -130,12 +130,12 @@ public:
DocumentLifecycle& m_documentLifecycle;
};
- class PreventThrottlingScope {
+ class CORE_EXPORT AllowThrottlingScope {
STACK_ALLOCATED();
- WTF_MAKE_NONCOPYABLE(PreventThrottlingScope);
+ WTF_MAKE_NONCOPYABLE(AllowThrottlingScope);
public:
- PreventThrottlingScope(DocumentLifecycle&);
- ~PreventThrottlingScope();
+ AllowThrottlingScope(DocumentLifecycle&);
+ ~AllowThrottlingScope();
};
DocumentLifecycle();
« no previous file with comments | « third_party/WebKit/Source/core/dom/Document.cpp ('k') | third_party/WebKit/Source/core/dom/DocumentLifecycle.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698