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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutPart.h

Issue 1603983002: Fix partial painting with render pipeline throttling (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Invalidate paint for unthrottled frame. Created 4 years, 11 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/layout/LayoutPart.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutPart.h b/third_party/WebKit/Source/core/layout/LayoutPart.h
index 385c41c21195d3de7431839e3872ed051d132895..2202ef959788a7bfd79926d71b537a29ab8ded2e 100644
--- a/third_party/WebKit/Source/core/layout/LayoutPart.h
+++ b/third_party/WebKit/Source/core/layout/LayoutPart.h
@@ -52,8 +52,6 @@ public:
bool isLayoutPart() const final { return true; }
virtual void paintContents(const PaintInfo&, const LayoutPoint&) const;
- bool isThrottledFrameView() const;
-
protected:
PaintLayerType layerTypeRequired() const override;

Powered by Google App Engine
This is Rietveld 408576698