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

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

Issue 1415143005: Preparation for enabling slimming paint synchronized painting (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/FrameView.h
diff --git a/third_party/WebKit/Source/core/frame/FrameView.h b/third_party/WebKit/Source/core/frame/FrameView.h
index d0b0a71569cd010bee301a052b4bec7f8afd2234..f6adb10cc25140694c461b1d0f69bdaca287bb63 100644
--- a/third_party/WebKit/Source/core/frame/FrameView.h
+++ b/third_party/WebKit/Source/core/frame/FrameView.h
@@ -82,7 +82,7 @@ typedef unsigned long long DOMTimeStamp;
class CORE_EXPORT FrameView final : public Widget, public ScrollableArea {
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(FrameView);
- friend class PaintControllerPaintTestForSlimmingPaintV2;
+ friend class PaintControllerPaintTestBase;
friend class Internals;
friend class LayoutPart; // for invalidateTreeIfNeeded
@@ -738,7 +738,7 @@ private:
void collectFrameTimingRequests(GraphicsLayerFrameTimingRequests&);
void collectFrameTimingRequestsRecursive(GraphicsLayerFrameTimingRequests&);
- template <typename Function> void forAllFrameViews(Function);
+ template <typename Function> void forAllNonThrottlingFrameViews(Function);
void setNeedsUpdateViewportIntersection();
void updateViewportIntersectionsForSubtree();

Powered by Google App Engine
This is Rietveld 408576698