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

Unified Diff: third_party/WebKit/Source/core/frame/Frame.h

Issue 1364063007: Throttle rendering pipeline for invisible frames (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix typo in comment. Created 5 years, 2 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/frame/Frame.h
diff --git a/third_party/WebKit/Source/core/frame/Frame.h b/third_party/WebKit/Source/core/frame/Frame.h
index 7bdcb065f1edeb848fd4ee243fd6f713fa4c5178..a063c1c2508d8af9646e09f940cc02d4d577b28c 100644
--- a/third_party/WebKit/Source/core/frame/Frame.h
+++ b/third_party/WebKit/Source/core/frame/Frame.h
@@ -130,6 +130,8 @@ public:
virtual WindowProxyManager* windowProxyManager() const = 0;
+ void scheduleVisualUpdateUnlessThrottled();
+
protected:
Frame(FrameClient*, FrameHost*, FrameOwner*);

Powered by Google App Engine
This is Rietveld 408576698