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

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

Issue 2671853003: [SPInvalidation] Use GeometryMapper in PaintLayerClipper for paint. (Closed)
Patch Set: Merge branch 'master' into paintlayerclipper Created 3 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/frame/FrameView.h
diff --git a/third_party/WebKit/Source/core/frame/FrameView.h b/third_party/WebKit/Source/core/frame/FrameView.h
index 8847039d998f6a8986ed0a4c9f8f96627055fa48..9d4f2458e0347b9fa1bd8a12f191530f1edb64e2 100644
--- a/third_party/WebKit/Source/core/frame/FrameView.h
+++ b/third_party/WebKit/Source/core/frame/FrameView.h
@@ -828,6 +828,9 @@ class CORE_EXPORT FrameView final
void setAnimationTimeline(std::unique_ptr<CompositorAnimationTimeline>);
void setAnimationHost(std::unique_ptr<CompositorAnimationHost>);
+ // Returns the GeometryMapper associated with the root local frame.
+ GeometryMapper& geometryMapper();
+
protected:
// Scroll the content via the compositor.
bool scrollContentsFastPath(const IntSize& scrollDelta);

Powered by Google App Engine
This is Rietveld 408576698